Reputation: 7486
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.
Upvotes: 1
Views: 71
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
Reputation: 22245
You need to go into the Android SDK Manager and download/install 'Android Support'
Upvotes: 0
Reputation: 21191
There are two buttons install/update and check again right
you must click install/update to finish your set up
Upvotes: 0
Reputation: 28107
It appears you need to install the ASL. Try clicking Install/Upgrade
.
Upvotes: 2