Install Dependencies not resolved in ADT r20

懵懂的女人 提交于 2019-12-18 05:27:22

问题


I just update my ADT and SDK to latest version of ADT r20 and Android 4.1 in SDK.

Now in Eclipse i can not make a new project with default BlankActivity implemented in it.

In the new project dialog i am sticking at the last screen which mention that there is "Install Dependencies" of android support library revision 8 required for this.

I already have revision 9 installed in SDK. I also clicked "Install/Upgrade" button and it also fetch library from internet but after that no success.

Below is screenshot of that dialog

I know that we can create blank project by unchecking 
CreateActivity option, but i want to make project with BlankActivity

Android Issue Tracker link for the same issue


回答1:


You need to open the SDK Manager and uninstall your current Support library, then in the New Project wizard, use the button there to install it again.

See Not able to create new Project with ADT version 20




回答2:


You need to open your SDK Manager and install revision 9:

I'm not sure but I think: This is only possible after you update the eclipse ADT plugin

This is only possible after you have installed SDK tools rev 20. So re-open your SDK manager



来源:https://stackoverflow.com/questions/11262471/install-dependencies-not-resolved-in-adt-r20

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!