RHEL/AOSP8.1 Build aosp_x86_64-eng with emulator http_proxy

版权声明:hushui版权所有 https://blog.csdn.net/hushui/article/details/83411587

Refer to  原

AOSP8.1 Build aosp_x86_64-eng

https://blog.csdn.net/hushui/article/details/80882557

### Default

android-8.1.0_r33 with  emulator for X86_64bit

lake@localhost:~/Google/android-8.1.0_r33$ /home/lake/Google/android-8.1.0_r33/prebuilts/android-emulator/linux-x86_64/emulator  -verbose

扫描二维码关注公众号,回复: 3999661 查看本文章

######### Set proxy on command 

lake@localhost:~/Google/android-8.1.0_r33$ history  |grep  http_proxy
 4020  export  http_proxy="http://10.24.1.1:8080/" 

############# Note  HTTP is OK in emulator/webview.   HTTPS fails 

lake@localhost:~/Google/android-8.1.0_r33$ /home/lake/Google/android-8.1.0_r33/prebuilts/android-emulator/linux-x86_64/emulator  -verbose    -http-proxy     http://10.24.1.1:8080
emulator:Android emulator version 26.1.3.0 (build_id 4240222) (CL:365325bb96fad1ae7ca8a8961b2c78d85491a0b0)
emulator:Found ANDROID_PRODUCT_OUT: /home/lake/Google/android-8.1.0_r33/out/target/product/generic_x86_64
emulator:Found build target architecture: x86_64
emulator:argv[0]: '/home/lake/Google/android-8.1.0_r33/prebuilts/android-emulator/linux-x86_64/emulator'; program directory: '/home/lake/Google/android-8.1.0_r33/prebuilts/android-emulator/linux-x86_64'
emulator:try dir /home/lake/Google/android-8.1.0_r33/prebuilts/android-emulator/linux-x86_6

.................

setting up http proxy: proxy=10.24.1.1 port=8080
.....................


 

猜你喜欢

转载自blog.csdn.net/hushui/article/details/83411587