博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
android开发问题汇总
阅读量:4961 次
发布时间:2019-06-12

本文共 714 字,大约阅读时间需要 2 分钟。

android开发问题汇总

一. 无法创建新android项目

在eclipse创建新项目时出现:

this template depends on the android support library,which is either not installed,or the template depends on a more recent version than
the one you have installed。
 

Required version :8

 

解决办法:

运行sdk manager,勾选中Extras–>Android Support Library,下载完成后重启eclipse。

二. 无法更新和下载androidSDK

打开SDK Manager时底部进度条一直不动,打开详细信息,发现卡在:

1 Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml

解决办法:

修改hosts文件。
(1)windows下打开C:\Windows\System32\drivers\etc,以管理员身份编辑hosts文件,在最后添加:
74.125.237.1 dl-ssl.google.com
(2)linux下使用命令sudo vim /etc/hosts编辑hosts文件,同样在文件最后添加
74.125.237.1 dl-ssl.google.com
然后重新运行sdk manager,就可以下载了。

转载于:https://www.cnblogs.com/xxonehjh/p/3231389.html

你可能感兴趣的文章
LightOJ1086 Jogging Trails(欧拉回路+中国邮递员问题+SPFA)
查看>>
Table练习
查看>>
Intellij idea新建一个springboot项目
查看>>
就是这句话
查看>>
五、装饰模式
查看>>
将一个应用程序添加做成windows服务
查看>>
设计模式
查看>>
win8 metro开发(Javascript)小技巧 (一)
查看>>
HTTP和FTP的区别
查看>>
用户和组的练习题
查看>>
netty源码解解析(4.0)-13 Channel NIO实现: 关闭和清理
查看>>
计算机基础知识_硬件知识
查看>>
64内核开发第11讲.多线程开发.以及同步.
查看>>
django中的FBV和CBV
查看>>
Web | JavaScript学习笔记
查看>>
数据结构大总结系列之B树和R树
查看>>
14-使用glusterfs做持久化存储
查看>>
....
查看>>
课后作业4
查看>>
自动打包发布到服务器的持续集成工具:Jenkins+钉钉
查看>>