红联Linux门户
Linux帮助

ubuntu adt bundle sdk出错

发布时间:2015-10-14 15:50:32来源:linux网站作者:micstoneya

如果出现错误:Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: java.security.cert.CertificateException: No name matching dl-ssl.google.com found


解决方法:

settings -》勾选 Force https://...sources to be fetched using http://

sudo vi /etc/hosts

203.208.46.100 dl.google.com

203.208.46.100 dl-ssl.google.com


Ubuntu 10.10下Eclipse+ADT(Android)开发环境搭建:http://www.linuxdiyf.com/linux/8099.html

用命令行方式升级Android SDK:http://www.linuxdiyf.com/linux/14621.html

ubuntu 15.04 kylin配置jdk+eclipse+sdk+ndk:http://www.linuxdiyf.com/linux/13211.html

Ubuntu上安装Google Android SDK环境:http://www.linuxdiyf.com/linux/11581.html