【发布时间】:2019-06-21 11:15:06
【问题描述】:
连接的时候看到很多警告,500多条,找到信息应该用类似的方式解决问题
-keep class com.google.android.gms.** { *; }
-dontwarn com.google.android.gms.**
但是我的课太多了,我不相信我需要一一添加,这会花费很多时间和精力
有哪些可能的解决方案?也许可以简化
我有超过 5000 条这样的警告
1>PROGUARD : warning : com.google.android.gms.internal.zzal: can't find superclass or interface org.apache.http.client.methods.HttpEntityEnclosingRequestBase
1>PROGUARD : warning : android.arch.core.internal.FastSafeIterableMap: can't find referenced class android.support.annotation.RestrictTo$Scope
1>PROGUARD : warning : android.arch.lifecycle.ClassesInfoCache: can't find referenced class android.support.annotation.Nullable
【问题讨论】:
标签: java android xamarin.forms xamarin.android proguard