我无法从Android模拟器访问互联网。 我试过了
Menu --> Settings -->Wireless and Networks -->Mobile Networks -->Access Point Names -->TelKila Internet
然后
entered Proxy, Port, Username and Password also server address.
在我的android模拟器中。 但我仍然无法访问互联网
我一直收到这个错误:
Error code 407: Proxy authentication required. The ISA Server requires authentication to fulfill the request. Access to the web proxy filter is denied. (12209) ...
有没有办法从代码中为android设置代理?
提前致谢。
答案 0 :(得分:1)
这将是一个两步解决方案,我希望它适合您。我担心,我可以想出更简单的事情。 : - (
但是这个应该让你开始。
第1步:
下载APK:http://forum.xda-developers.com/showthread.php?t=1359389。 Direct Link to the 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
现在,您将在模拟器上安装 Step 1 中链接的应用程序。在应用程序中配置设置,您应该让Internet在模拟器上工作。
让我知道它是怎么回事。
注意:该应用也可在Google Play上使用,并提供一些屏幕截图,可帮助您入门:https://play.google.com/store/apps/details?id=org.proxydroid
披露:我与此应用无关。我在寻找OP的一些解决方案时找到了它。没有更多。