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
I had a similar problem, try to run connection code from a new thread not main and change the localhost server address.