2013-03-16 133 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尋找一些解決方案時找到了它。而已。