Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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:

  • 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

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

like image 774
Nikhil Agrawal Avatar asked May 17 '13 09:05

Nikhil Agrawal


1 Answers

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.

like image 160
Bhavesh Patadiya Avatar answered Oct 03 '22 20:10

Bhavesh Patadiya