1

I downloaded eclipse, android ADT and SDK and did every thing, but when I create a project by following these steps:

Android Application project

Project Name

Package Name

Create Activity

New Blank Activity

and hitting next, I get this error shown below.what is causing this issue. enter image description here

Umer Farooq
  • 7,356
  • 7
  • 42
  • 67

4 Answers4

2

It appears you need to install the ASL. Try clicking Install/Upgrade.

dav_i
  • 27,509
  • 17
  • 104
  • 136
  • Try restarting your computer and then try clicking `Check Again` when you get to this screen. – dav_i Jul 13 '12 at 10:05
0

There are two buttons install/update and check again right

you must click install/update to finish your set up

Ram kiran Pachigolla
  • 20,897
  • 15
  • 57
  • 78
0

You need to go into the Android SDK Manager and download/install 'Android Support'

Cameron Lowell Palmer
  • 21,528
  • 7
  • 125
  • 126
0

What you need to do is,

The correct workaround is to use the SDK Manager and remove any existing Support or Compatibility library then reinstall it from the SDK Manager.

Checkout this answer already answered.

Community
  • 1
  • 1
Lalit Poptani
  • 67,150
  • 23
  • 161
  • 242