我刚刚将我的Gradle更新到3.4.1。我的一个模块内有一个API调用。我正在使用应用程序内的模块:
implementation com.mindvalley.module_login:Module_Login:$rootConfiguration.loginLibraryVersion
现在,当我用ProGuard生成一个签名的构建时,对象为空,这意味着retrofit不能解析该对象。
附注:在调试模式下,或者我用Gradle版本3.3.2运行应用程序时,这很好
我的改造ProGuard文件:
-dontwarn retrofit2.**
-keep class retrofit2.** { *; }
-keepattributes Signature
-keepattributes Exceptions
-keepclasseswithmembers class * {
@retrofit2.http.* <methods>;
}
-keepattributes Signature, InnerClasses, EnclosingMethod
-keepattributes RuntimeVisibleAnnotations, RuntimeVisibleParameterAnnotations
-keepclassmembers,allowshrinking,allowobfuscation interface * {
@retrofit2.http.* <methods>;
}
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
-dontwarn javax.annotation.**
-dontwarn kotlin.Unit
-dontwarn retrofit2.KotlinExtensions
-if interface * { @retrofit2.http.* <methods>; }
-keep,allowobfuscation interface <1>
-dontwarn org.codehaus.mojo.**
-keepattributes *Annotation*
-keepattributes RuntimeVisibleAnnotations
-keepattributes RuntimeInvisibleAnnotations
-keepattributes RuntimeVisibleParameterAnnotations
-keepattributes RuntimeInvisibleParameterAnnotations
-keepattributes EnclosingMethod
-keepclasseswithmembers class * {
@retrofit2.* <methods>;
}
-keepclasseswithmembers interface * {
@retrofit2.* <methods>;
}
我的OkHttp proGuard文件:
-keepattributes Signature
-keep class okhttp3.** { *; }
-keep interface okhttp3.** { *; }
-dontwarn okhttp3.**
-dontwarn javax.annotation.**
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
-dontwarn org.codehaus.mojo.animal_sniffer.*
-dontwarn okhttp3.internal.platform.ConscryptPlatform
-dontwarn org.codehaus.mojo.animal_sniffer.*
我的GSON proguard文件:
-keepattributes Signature
-keepattributes EnclosingMethod
-keep class sun.misc.Unsafe { *; }
-keep class com.google.gson.stream.** { *; }
-dontwarn com.google.gson.internal.UnsafeAllocator
-keepattributes Signature
-keepattributes *Annotation*
-dontwarn sun.misc.**
-keep class com.google.gson.examples.android.model.** { <fields>; }
-keep class * implements com.google.gson.TypeAdapterFactory
-keep class * implements com.google.gson.JsonSerializer
-keep class * implements com.google.gson.JsonDeserializer
-keepclassmembers,allowobfuscation class * {
@com.google.gson.annotations.SerializedName <fields>;
}
附注:在调试模式下,或者我用Gradle版本3.3.2运行应用程序时,这很好
因为,Gradle插件版本3.4.0,D8/R8是默认启用的,混淆将由R8而不是ProGuard完成。
有关如何坚持使用Proguard,请参见坚持使用ProGuard模糊处理。
请参阅 Android/java: Transition / Migration from ProGuard to R8? 有关如何迁移到 R8 的信息。
问题内容: 我正在尝试从FlickR解析JSON响应,但是遇到了困难。我已经进行了一些测试,并且收到200的响应代码,并且能够使用日志记录拦截器查看实际的JSON。 但是,当我尝试访问JSON对象时,我收到了一个空指针。我觉得这与我的映射/ JSON到POJO有关: 相片: 照片: JSON响应: LOGCAT 72行 问题答案: 您的课程不适合服务器 响应, 因此您的身体为 Null 。您的模型
我希望有人能帮我解决这个问题。 我想用WebClient创建一个Rest客户端,从API中检索响应。所以我创建了我的Spring项目,添加了webflux、lombok和h2。我还创建了一个DTO类“CashAccount”和以下方法: 当我使用“.bodyToMono(String.class)”时,所有的功能都很好,我收到了结果: 相反,当我使用“.bodyToMono(cashcount.c
我试图在我的Spring Boot(使用Swagger)中构建一个简单的断路器。 但它给出了同样的错误,“无法解决”。
实现“com.android.support:support-v13:28.0.0” 实现“com.android.support:design:28.0.0” 实现“com.android.support:recyclerview-v7:28.0.0”
当试图使用Apache Commons Net 3.3 FTPSClient针对Mina的Apache FTP Server执行命令时,列表解析失败。 我已经做了一些调试,在读取服务器列表后,上的属性包含如下格式的条目: