Reputation: 26528
I want to create a fresh Android application project in Eclipse. But when I try to create a project it every time gives me the message on the first screen of creation.
Enter an application name (shown in launcher)
When I remove the theme also
I have already entered a name for that application.
I am using:
Android api level 10
Eclipse Version: Indigo Service Release 2,Build id: 20120216-1857
Operating System : Linux Fedora 17
There are projects which I am developing on the same machine.
I have several times restarted eclipse and my developing machine. What is happening?
This my sdk image for api level 17
Update from the solutions I got that my ADT plugin was not updated for Android sdk tools version 22. So now I have updated it but I have another error. See:
Upvotes: 5
Views: 14973
Reputation: 187
Go to Android SDK Manager
tools -> android sdk buid tools (Select last rev. and install the pack.)
thats worked for me.
Upvotes: 0
Reputation: 1897
I think you don`t have any API installed to compile. First install an API version in SDK Manager and later try again to create a new project.
UPDATE:
If you update SDK Android, probably you must update ADT.
For the last error update eclipse.
Upvotes: 3
Reputation: 25830
This issue has been often occurred by Many People. you can see HERE
Solution given by them is to
Update ADT plugin and then SDK tools and after when you will try to create a new project, the error will not occur
Hope this will Help.
Upvotes: 5
Reputation: 5391
In Eclipse, go to Window -> Android SDK Manager
. Select one or more SDK Platforms to install.
You have to install the sdk platforms before creating the Android application project.
See if this helps.
Upvotes: 1