Tapjoy

■導入手順

AndroidManifest.xmlに記述を追加
以下の内容を追加します。

■ uses-permission

AAR内で定義されていますので、実行時にマージされて有効になります。

■ activity

AAR内で定義されていますので、実行時にマージされて有効になります。
② ProGuardの設定
-keep class com.tapjoy.** { *; }
-keepattributes JavascriptInterface
-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.internal.**

results matching ""

    No results matching ""