25

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

rajpara
  • 5,203
  • 1
  • 29
  • 46

2 Answers2

21

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

Community
  • 1
  • 1
Josh
  • 10,618
  • 2
  • 32
  • 36
3

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

Blundell
  • 75,855
  • 30
  • 208
  • 233
  • As i mention in my question "i already have rev 9 of Android Support" – rajpara Jun 29 '12 at 13:18
  • @AndroidCoader Well my update worked, have you closed n reopened adb , adt , sdkm, eclipse, your computer etc. Also have you got the SDK directory set in eclipse>preferences>Android – Blundell Jun 29 '12 at 13:20
  • 1
    Installing the update is not the issue, it installs OK or was already there in the first place. The problem is that even though rev 9 is present, the wizard says 'you must have version 8 to proceed'. Someone has put a '==' condition in the code where it should have been a '>=' – NickT Jun 29 '12 at 13:37
  • @NickT LOL happens sometime. Google also have some micro bugs so our codes also :) – rajpara Jun 29 '12 at 14:03