andriod 开发环境问题总结

很早之前,也设置过dl.google.com的代理,当时是直接通过找代理网站,实现的访问。

这两天也是设置,用的东软的镜像,还是改hosts文件,浏览器访问dl.google.com的时候会检查证书,浏览器改下设置就可以了,嗯,sdk manager 更新的时候出现SSLPeerUnverified peer not authenticated的问题,需要在tools-option中勾选上Force https://...sources to be fetched using http://...


突然看见贴吧中有人在9月说可以ping通dl.google.com,但是还是ping不通dl-ssl.google.com


问题还在出现,

error parsing D:\android-sdk\system-images\android-23\android-wear\armeabi-v7a\devices.xml

error parsing D:\android-sdk\system-images\android-23\android-wear\x86\devices.xml

解决:

D:\android-sdk\tools\lib\devices.xml 替换上面两个文件


Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel modul is not installed!

解决:

进BIOS将Security中Virtualization中Virtualization Technology改为Enabled,然后安装D:\android-sdk\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm-android.exe


注意:

英特尔硬件加速执行管理器(haxm-windows_r05.zip (1.1.5))支持以下平台:


Microsoft Windows*
Windows 10(32/64 位)、Windows* 8 和 8.1(32/64 位)、Windows* 7(32/64 位)、Windows Vista*(32/64 位)


最后推荐个下载地址:http://tools.android-studio.org/index.php

你可能感兴趣的:(环境)