2013-03-16 126 views
0

我无法从android模拟器访问互联网。 我在Android模拟器尝试无法从Android模拟器访问互联网

Menu --> Settings -->Wireless and Networks -->Mobile Networks -->Access Point Names -->TelKila Internet 

然后 entered Proxy, Port, Username and Password also server address.

。 但我仍然无法访问互联网

我不断收到此错误:

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

是的朋友。我昨天只问了同样的问题。但没有回答朋友。这就是为什么提出新的问题。请不要误认为我的朋友。我需要解决方案。这是我最大的问题朋友。 – Gunaseelan 2013-03-16 09:57:00

+0

你试过用其他模拟器吗? – Sajmon 2013-03-16 09:59:54

+0

是的朋友。我检查了4个不同版本的示例模拟器。 – Gunaseelan 2013-03-16 10:01:52

回答

1

这将是一个两步解决方案,我希望它适合你。我害怕,我可以想出任何简单的事情。 :-(

但这应该让你开始

步骤1:

下载的APK:http://forum.xda-developers.com/showthread.php?t=1359389Direct 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 

现在,您将在模拟器上安装步骤1链接的应用程序。配置应用程序中的设置,您应该可以在仿真器上使用Internet。

让我知道它是怎么回事。

注:该应用程序也可在谷歌Play和有一些截图,可以帮助您入门:https://play.google.com/store/apps/details?id=org.proxydroid

披露:我什么都没有做这个程序。我在为OP寻找一些解决方案时找到了它。而已。