您的位置:首页 > 移动开发 > Android开发

新建项目出现android support library问题解决

2012-09-17 16:59 483 查看
worked for me:

- Delete the support library from the SDK manager

- Close eclipse ,kill adb.exe

- Open eclipse,create a new project & install the support library by clicking on "Install / Upgrade"

- ok

参照如下方式解决:

- 通过 SDK manager 删除Extras 中的 android support library

- 关闭 eclipse ,结束 adb.exe 进程

- 启动,新建项目 通过安装向导的"Install / Upgrade"安装 the support library

- OK
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐