How to set proxy for android sdk manager?

前端 未结 3 954
轮回少年
轮回少年 2021-01-04 07:11

I am behind a proxy and need to set up SDK manager for the android virtual device. But SDK manager is unable to download any os images/SDK updates from the add-on lists prob

3条回答
  •  余生分开走
    2021-01-04 07:25

    Command Line syntax to use proxy settings

    sdkmanager --list --verbose --no_https --proxy=http --proxy_host= --proxy_port=
    

提交回复
热议问题