简体   繁体   中英

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)

在此输入图像描述

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:

在此输入图像描述

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.

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.

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.

Go to Android SDK Manager

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

thats worked for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM