googleads / googleads-consent-sdk-android

Consent SDK
https://developers.google.com/admob/android/eu-consent
Apache License 2.0
100 stars 82 forks source link

Crashed on Android 4.2 and 4.3 #70

Closed paulyip closed 6 years ago

paulyip commented 6 years ago

java.lang.RuntimeException: at android.os.AsyncTask$3.done (AsyncTask.java:299) at java.util.concurrent.FutureTask.finishCompletion (FutureTask.java:352) at java.util.concurrent.FutureTask.setException (FutureTask.java:219) at java.util.concurrent.FutureTask.run (FutureTask.java:239) at android.os.AsyncTask$SerialExecutor$1.run (AsyncTask.java:230) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1080) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:573) at java.lang.Thread.run (Thread.java:838) Caused by: java.lang.NoClassDefFoundError: at com.google.ads.consent.ConsentData.getSDKPlatformString (ConsentData.java:128) at com.google.ads.consent.ConsentInformation$ConsentInfoUpdateTask.doInBackground (ConsentInformation.java:262) at com.google.ads.consent.ConsentInformation$ConsentInfoUpdateTask.doInBackground (ConsentInformation.java:189) at android.os.AsyncTask$2.call (AsyncTask.java:287) at java.util.concurrent.FutureTask.run (FutureTask.java:234)

rampara commented 6 years ago

@paulyip are you using the latest version of the Consent SDK (v1.0.4)?

paulyip commented 6 years ago

@rampara, I've realized that it's fixed in 1.0.4. Thank you.

On Sat, Jun 23, 2018 at 7:46 AM, rampara notifications@github.com wrote:

@paulyip https://github.com/paulyip are you using the latest version of the Consent SDK (v1.0.4)?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/googleads/googleads-consent-sdk-android/issues/70#issuecomment-399611247, or mute the thread https://github.com/notifications/unsubscribe-auth/ABrdWzC1Om8ylKmyR6eCv1a8bOehLeDOks5t_YHVgaJpZM4Us6Wp .

paulyip commented 6 years ago

I mean I was tested in 1.0.3, but it's fixed now.

On Sat, Jun 23, 2018 at 11:32 AM, Paul Yip paulyip34@gmail.com wrote:

@rampara, I've realized that it's fixed in 1.0.4. Thank you.

On Sat, Jun 23, 2018 at 7:46 AM, rampara notifications@github.com wrote:

@paulyip https://github.com/paulyip are you using the latest version of the Consent SDK (v1.0.4)?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/googleads/googleads-consent-sdk-android/issues/70#issuecomment-399611247, or mute the thread https://github.com/notifications/unsubscribe-auth/ABrdWzC1Om8ylKmyR6eCv1a8bOehLeDOks5t_YHVgaJpZM4Us6Wp .