我已按照以下步骤编辑android sdk [froyo]中的hosts文件:
模拟器-avd [android-machine] -partition-size 128
adb remount
adb push [path-to-edited-hosts-file] / system / etc / hosts
我已通过以下方式查看:
并确认已使用此内容正确编辑
127.0.0.1 localhost 10.0.2.2 myproject.local 10.0.2.2 anotherproject.local
我还验证了http://10.0.2.2 正确访问localhost(在这种情况下,我 没有我的项目所需的部分
但我仍然无法访问myproject.local 来自SDK