Android : Is JDBC supported in Android devices?

前端 未结 5 1099
名媛妹妹
名媛妹妹 2020-12-06 05:48

I am doing an Android application using JDBC to send data to database without using any web services. I did an experiment using Android 2.2 emulator and I am able to send da

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-06 06:14

    It sounds like your Mysql installation only allows connections from local host. Update your Mysql config to allow connections from any host.

    From what I can see java.sql is supported since API-level 1 and I don think the support will be removed any time soon.

    /Thomas

提交回复
热议问题