Cannot create an Android app in Eclipse. Red x Theme

I cannot create a new Android project in Eclipse. I already saw this question , and I already had the SDK platform installed. I added a link to the screenshot below, and as you can see, it says to enter the name of the application, but I already did it.

enter image description here

+4
source share
3 answers

Window-> preferences-> android and set sdk location

+1
source

You can do the following

  • Restart eclipse and switch to the new workspace and try creating a new project (which should fix it, since I fixed my project in the same way), if it does not work, then
  • Reinstall the SDK to another directory
0
source

Following the steps found in this other Question, I solved the problem Error message: Android Developer Toolkit version 22.6.1 or higher is required for the Android SDK

0
source

Source: https://habr.com/ru/post/1490070/


All Articles