5

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

halfer
  • 19,824
  • 17
  • 99
  • 186
Nikhil Agrawal
  • 26,128
  • 21
  • 90
  • 126

4 Answers4

5

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.

Bhavesh Patadiya
  • 25,740
  • 15
  • 81
  • 107
3

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.

mromer
  • 1,867
  • 1
  • 13
  • 18
1

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.

Anukool
  • 5,301
  • 8
  • 29
  • 41
0

Go to Android SDK Manager

tools -> android sdk buid tools (Select last rev. and install the pack.)

thats worked for me.

boy
  • 187
  • 1
  • 9