eclipse, new android application project, “next button” is disabled in section that wants the project name

前端 未结 6 789
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-04 04:33

I want to start programming for android so I downloaded Eclipse and installed ADT Plugin on it and downloaded the Android SDK Now when I want to create a new android project

相关标签:
6条回答
  • 2021-01-04 04:56

    You cannot have a package name that starts with "com.example". Since your package name is test.example that is not the problem.

    As the warning says, see if there are any periods at the start or end of your package.

    Check the screenshot. Your window should look exactly like this. And make sure that there are no extra spaces or periods in your package name.

    enter image description here

    0 讨论(0)
  • 2021-01-04 04:56

    Go to Window>Customize Perspective> Menu Visiblity (there will be NEW option under FILE yu can choose the type of files and projects you want to create right from you FILE>NEW menu.

    0 讨论(0)
  • 2021-01-04 05:07

    This can occur if Eclipse is still loading the Android tools.

    Wait until Eclipse is not busy and try again. (You can see what Eclipse is doing on the bottom-right of the Eclipse window if using the default layout)

    0 讨论(0)
  • 2021-01-04 05:09

    This worked for me. I went to Help -> "install New Software..." and then I add this URL (make sure it is https. https://dl-ssl.google.com/android/eclipse/

    0 讨论(0)
  • 2021-01-04 05:09

    Check in Window-> Preferences-> General-> Startup and Shutdown the Android Development Toolkit option is deselected, check and restart the eclipse.

    0 讨论(0)
  • 2021-01-04 05:16

    The problem was that The SDK Platform was not installed on my computer, so I opened Window>Android SDK Manager and then clicked on SDK Platform and then clicked Install 1 package and then the problem was solved!

    0 讨论(0)
提交回复
热议问题