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

NoSuchMethodError at ConsentInformation Java Class #79

Open venkat20390 opened 6 years ago

venkat20390 commented 6 years ago

Consent SDK crashes due to NoSuchMethodError at ConsentInformation Java class. Below is the stack track of the crash.

Process: com.miragestack.theapplock, PID: 13723 java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:309) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354) at java.util.concurrent.FutureTask.setException(FutureTask.java:223) at java.util.concurrent.FutureTask.run(FutureTask.java:242) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) at java.lang.Thread.run(Thread.java:818) Caused by: java.lang.NoSuchMethodError: No virtual method a(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object; in class Lcom/google/gson/e; or its super classes (declaration of 'com.google.gson.e' appears in /data/app/com.google.android.apps.mtaas.crawler-1/base.apk) at com.google.ads.consent.ConsentInformation.a(ConsentInformation.java:386) at com.google.ads.consent.ConsentInformation.a(ConsentInformation.java:47) at com.google.ads.consent.ConsentInformation$ConsentInfoUpdateTask.a(ConsentInformation.java:242) at com.google.ads.consent.ConsentInformation$ConsentInfoUpdateTask.a(ConsentInformation.java:272) at com.google.ads.consent.ConsentInformation$ConsentInfoUpdateTask.doInBackground(ConsentInformation.java:189) at android.os.AsyncTask$2.call(AsyncTask.java:295) at java.util.concurrent.FutureTask.run(FutureTask.java:237) ... 4 more