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

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

你可能感兴趣的:(Android,library,android,eclipse,manager,delete,kill)