标签: android
我正在使用Java在Eclipse中开发一个Android原生应用程序,我添加了Java的MySQL连接器。我想在移动模拟器中显示数据库中的数据。我无法连接到数据库。
答案 0 :(得分:0)
您没有说明您是如何连接数据库的,但docs about networking in the Android emulator可能会有所帮助。特别是,如果数据库在同时运行模拟器的计算机上运行,则将应用程序配置为连接到IP地址10.0.2.2
答案 1 :(得分:0)
使用HTTPClient
HTTPClient
http://developer.android.com/reference/org/apache/http/client/HttpClient.html