[android-developers] Re: connecting to mysql database

2013-03-18 Thread bob
Why not download a telnet app and try to telnet to 10.0.2.2 on port 80? Thanks. On Sunday, November 20, 2011 12:40:50 PM UTC-6, mark kelly wrote: Hi Im trying to connect to a mysql database which is on localhost. i get the error: Error in http connection

[android-developers] Re: connecting to mysql database

2013-03-16 Thread Jason
First I'm assuming that the URL is accessible on the network, if so you need to make sure that: A) The device is on the same network (e.g. same wifi router) B) The app has the android.permission.INTERNET permission I have seen to use 10.0.2.2 instead of localhost.. not sure what you mean by

[android-developers] Re: connecting to mysql database

2013-03-15 Thread HABIB ZAMAN
Hello .. Your problem solved ah? Even am having same problem ... Please help me to over come this problem. thx in advance Regards Habib On Monday, 21 November 2011 00:10:50 UTC+5:30, mark kelly wrote: Hi Im trying to connect to a mysql database which is on localhost. i get the error: