Proxy which requires authentication with Android Emulator

前端 未结 16 1429
北海茫月
北海茫月 2020-11-30 03:07

Has anybody managed to get the Android Emulator working behind a proxy which requires authentication?

I\'ve tried setting the -http-proxy argument to



        
16条回答
  •  悲&欢浪女
    2020-11-30 03:24

    1. Find the file androidtool.cfg at C:\Documents and Settings\YOUR USER NAME\.android\

    2. Add this line:

      http.proxyLogin=USER@PASSWORD
      
    3. Save the file and try to open the Android SDK.

提交回复
热议问题