JDBC connection in Android

前端 未结 5 378
星月不相逢
星月不相逢 2020-11-30 08:52

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

5条回答
  •  一整个雨季
    2020-11-30 09:21

    The VerifyError probably happens because of wrong class file signature.

    Check here:

    • Android java.lang.VerifyError?
    • java.lang.VerifyError

    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.

提交回复
热议问题