这将是一个两步解决方案,我希望它对您有用。恐怕,我想不出更简单的了。:-(
但这应该让你开始。
第1步:
下载 APK: http: //forum.xda-developers.com/showthread.php ?t=1359389 。直接链接到 APK
第 2 步: 来源:https ://stackoverflow.com/a/3480235/450534
1. Execute the emulator.
2. Start the console (Windows XP), Run -> type **cmd**, and move to the **platform-tools** folder of **SDK** directory.
3. Paste the *APK* file in the 'platform-tools' folder.
4. Rename the APK to `proxy.apk` or something simple that you will find easy to type in a Command Prompt. The name itself does not matter. The **.apk** extension does.
4. Then type the following command.
> adb install [apk file name]
Example:
> adb install Jorgesys.apk
现在,您将在模拟器上安装第 1 步中链接的应用程序。在应用程序中配置设置,您应该可以在模拟器上运行 Internet。
让我知道事情的后续。
注意:该应用程序也可以在 Google Play 上使用,并且有一些屏幕截图可以帮助您入门:https ://play.google.com/store/apps/details?id=org.proxydroid
披露:我与这个应用程序无关。我在为 OP 寻找一些解决方案时发现了它。而已。