Android Question Error java.lang.NoSuchMethodError: java.io.IOException.<init>

claude330

Member
Licensed User
Longtime User
Hi everybody

In my app occurred this error and I don't understand what means. It wa receveid from a Android 2.2 on a Galaxy S (SGH-T959V).
Can someone help me ?

B4X:
java.lang.NoSuchMethodError: java.io.IOException.<init>
at com.google.android.gms.internal.k.f(Unknown Source)
at com.google.android.gms.internal.k.b(Unknown Source)
at com.google.android.gms.internal.i.a(Unknown Source)
at com.google.android.gms.internal.i.a(Unknown Source)
at com.google.android.gms.internal.bz.aB(Unknown Source)
at com.google.android.gms.internal.ct$1.run(Unknown Source)
at com.google.android.gms.internal.cu$1.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1068)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:561)
at java.lang.Thread.run(Thread.java:1096)
 

claude330

Member
Licensed User
Longtime User
I'm using the version 2.0 of ADMOB library, Googleplayservices v.16 and ADMOB SDK v.11.

I also use Licensing v. 1.1, Preference Activity v. 1.01, Reflection v 1.01 and others like stringutils. Etc...


Google Console says that there are 6 instal. with Android (2.1) and 4 instal. with (2.2). Very few ( running good ? At least 9 seems yes, but how is possible? ), but I assume AdMob library as the problem because there aren't other significant libraries in my app.


I want to sinalize that in the code I use stringutils istruction MeasureMultilineTextHeight and I had to use beetween Try ... Catch because it seems not running in all versions.


I'll change minsdkVersion


Thanks Eriel, thanks Mauro also
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…