silenceT
silenceT

Reputation: 21

Eclipse cannot create new Android Application Project after updating the Android SDK Tools

today i update the android SDK Tools to rev22.2

and then i can't create new android application project.

it tells me that the Android Support library is either not installed or need to update.

but ver.18 is the newest version of Android Support library!

i pressed the Install/Upgrade button but nothing happened.

i used Android SDK manager tried to uninstall and install the android support library again, restart the Eclipse, restart the computer, but all these can't fix the situation.

now i don't know what to do...

the version of Eclipse is Kepler ver.4.3.0

Upvotes: 2

Views: 7048

Answers (1)

Sachin Gadagi
Sachin Gadagi

Reputation: 749

Yes , I had the same problem . You need to update your ADT version

Start Eclipse, then select Help > Install New Software. Click Add, in the top-right corner. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: https://dl-ssl.google.com/android/eclipse/

Upvotes: 2

Related Questions