Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Dependencies not resolved in ADT r20

Tags:

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 enter image description here

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

like image 330
rajpara Avatar asked Jun 29 '12 13:06

rajpara


2 Answers

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

like image 97
Josh Avatar answered Oct 10 '22 01:10

Josh


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

SDK Tools

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

like image 20
Blundell Avatar answered Oct 10 '22 01:10

Blundell