Proguard
Tapjoy の難読化のガイダンスを確認して、コードを小型化する際の問題を回避することで、ProGuard との互換性を確保します。
読み終わるまでの所要時間 1 分最終更新 10日前
ProGuard を使用する場合は、設定ファイルに以下の行を加えます。
-keep class com.tapjoy.** { *; }-keep class com.moat.** { *; }-keepattributes JavascriptInterface-keepattributes *Annotation*-keep class * extends java.util.ListResourceBundle {protected Object[][] getContents();}-keep public class com.google.android.gms.common.internal.safeparcel.SafeParcelable {public static final *** NULL;}-keepnames @com.google.android.gms.common.annotation.KeepName class *-keepclassmembernames class * {@com.google.android.gms.common.annotation.KeepName *;}-keepnames class * implements android.os.Parcelable {public static final ** CREATOR;}-keep class com.google.android.gms.ads.identifier.** { *; }-dontwarn com.tapjoy.**