Umer Farooq
Umer Farooq

Reputation: 7486

Issue creating android project

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

Upvotes: 1

Views: 71

Answers (4)

Lalit Poptani
Lalit Poptani

Reputation: 67286

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.

Upvotes: 0

Cameron Lowell Palmer
Cameron Lowell Palmer

Reputation: 22245

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

Upvotes: 0

Ram kiran Pachigolla
Ram kiran Pachigolla

Reputation: 21191

There are two buttons install/update and check again right

you must click install/update to finish your set up

Upvotes: 0

dav_i
dav_i

Reputation: 28107

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

Upvotes: 2

Related Questions