简体   繁体   English

如何将localhost phpmyadmin连接到Android模拟器

[英]How to connect localhost phpmyadmin to android emulator

I'm having trouble in the HttpPost part because it cannot create a connection. 我在HttpPost部分遇到麻烦,因为它无法创建连接。 I tried in the browser by entering in the address bar ipaddress/directory or 127.0.01/directory . 我在浏览器中通过输入地址栏ipaddress/directory127.0.01/directory It works but in the android part it doesn't. 它可以工作,但在android部分则不能。

要使用模拟器将127.0.0.1更改为10.0.2.2请参考此处 ,并确保已在清单中设置Internet权限。

<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.INTERNET"></uses-permission>

You should check out this : http://developer.android.com/guide/appendix/faq/commontasks.html#localhostalias 您应该查看以下内容: http : //developer.android.com/guide/appendix/faq/commontasks.html#localhostalias

(use the alias "10.0.2.2" instead of "localhost" or "127.0.0.1") (使用别名“ 10.0.2.2”代替“ localhost”或“ 127.0.0.1”)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM