0

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) ...

コードからアンドロイドのプロキシをセットアップする方法はありますか?

前もって感謝します。

4

1 に答える 1

1

これは2段階の解決策であり、うまくいくことを願っています。私は恐れています、私はもっと簡単なものを思い付くことができませんでした。:-(

しかし、これで始められるはずです。

ステップ1:

APKをダウンロードします:http://forum.xda-developers.com/showthread.php?t=1359389APKへの直接リンク

ステップ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でリンクしたアプリケーションをエミュレーターにインストールします。アプリで設定を構成すると、エミュレーターでインターネットが機能するはずです。

どうなるか教えてください。

注:このアプリはGoogle Playでも利用でき、開始に役立つスクリーンショットがいくつかあります:https ://play.google.com/store/apps/details?id=org.proxydroid

開示:私はこのアプリとは何の関係もありません。OPのいくつかの解決策を探しているときに見つけました。これ以上何もない。

于 2013-03-16T10:15:52.830 に答える