Why do I get error on flurry when trying to compile to release on Android? -


when tried compile release using ./gradlew assemblerelease , got these error. didn't signed yet, according http://developer.android.com/tools/building/building-cmdline.html, can signed later.

warning: com.flurry.sdk.hn: can't find referenced class com.google.android.gms.ads.identifier.advertisingidclient warning: com.flurry.sdk.hn: can't find referenced class com.google.android.gms.ads.identifier.advertisingidclient$info warning: com.flurry.sdk.hn: can't find referenced class com.google.android.gms.ads.identifier.advertisingidclient warning: com.flurry.sdk.hn: can't find referenced class com.google.android.gms.ads.identifier.advertisingidclient$info warning: com.flurry.sdk.hn: can't find referenced class com.google.android.gms.ads.identifier.advertisingidclient$info warning: com.flurry.sdk.hn: can't find referenced class com.google.android.gms.ads.identifier.advertisingidclient$info warning: com.flurry.sdk.hn: can't find referenced class com.google.android.gms.ads.identifier.advertisingidclient$info warning: com.flurry.sdk.kg: can't find referenced class com.flurry.sdk.i 

from flurry integrations android app gives error "could not find class 'com.flurry.sdk.i', referenced method com.flurry.sdk.hu.a", if don't care flurryads, can ignore it.

in app/proguard-rules.pro, insert these lines

-dontwarn com.google.android.gms.ads.identifier.advertisingidclient** -dontwarn com.flurry.sdk.i 

Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -