Verify error in android -


I simply changed the simple geographic java project into jar file and then added jar to the liberal folder in the Android project. When I had to run, I got the following error.

java.lang.VerifyError: com.simplegeo.client.AbstractSimpleGeoClient

My code is

  @overrade public Creating Zero (Bundle Saved Instantestate) {Super. Coach (saved instenstate); SetContentView (R.layout.main); SimpleGoops Client Client; Logs. V ("log in", "client setting"); Client = SimpleOpen Client.get Instance (); Client.getHttpClient () setToken ("v6twG2W4aHmXk725WryK22wUnXVSmhqT", "5wvfksDtH8QSMZeKKcDXaXC3HVDfJVx2") .; Logs. V ("debug info", "client is set"); }   

How to solve it.

You may compile the jar again or according to dx

Android uses a different class file format to run through. Are you running third party jar file with Android SDK with "DX" device?

Comments