Nikhil Agrawal
Nikhil Agrawal

Reputation: 26528

Not able to create Android application project in Eclipse. Error Message - Enter an application name (shown in launcher)

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)

enter image description here

When I remove the theme also

enter image description here

I have already entered a name for that application.

I am using:

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

enter image description here

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:

enter image description here

Upvotes: 5

Views: 14973

Answers (4)

boy
boy

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

mromer
mromer

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

Bhavesh Patadiya
Bhavesh Patadiya

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

Anukool
Anukool

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

Related Questions