Is there anyone who tried JDBC connection in android because in Android 2.3 JDBC is supported.
I have to connect with Mysql without web service.
I have made
The VerifyError
probably happens because of wrong class file signature.
Check here:
JDBC was included in previous releases as well - the key issue is to include the proper driver class for your database and make sure it can work with the Android runtime.