proguard에 서명하려고합니다. APK에 서명했습니다. 그것은 이전과 Android : InMobi 새 버전 6.0.3에 대한 Proguard 문제
암이 경고를 받고 InMobi에
에 대한 종속성을 추가 완벽하게 작동했다 You may need to add missing library jars or update their versions.
Warning:there were 2 unresolved references to classes or interfaces.
If your code works fine without the missing classes, you can suppress
the warnings with '-dontwarn' options.
는 " 'com.inmobi.monetization을 컴파일로 아니오 종속성을 사용하고
: InMobi에-광고 : 6.0.3 ' ". Inmobi 용 jar 파일을 사용하기 전에.
이전 버전 인 InMobi 5.0.4를 사용할 때, jar 파일인데 그 시간 proguard에는 문제가 없습니다.
-keepattributes SourceFile,LineNumberTable
-keep class com.inmobi.** { *; }
-keep public class com.google.android.gms.**
-dontwarn com.google.android.gms.**
-dontwarn com.squareup.picasso.**
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient{
public *;
}
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info{
public *;
}
-keep class com.moat.** {*;}
-dontwarn com.moat.**<br>
아직도
두 개의 미해결 참조가 어느 것이 있습니까? Android Studio보다 더 자세한 내용을 말하지 않으면 더 자세한 로깅을 사용하여 gradle 작업을 실행하고 업데이트 해주세요. – anthonymonori