4

I cannot create a new Android project in Eclipse. I have already seen this question, and I did already have the SDK platform installed. I have attached a link to the screenshot below, and as you can see, it's saying to enter an application name, but I have clearly already done that.

enter image description here

Community
  • 1
  • 1

3 Answers3

1

Window->preferences->android and there set the sdk location

Uriel Frankel
  • 14,304
  • 8
  • 47
  • 69
0

You could do the following

  1. Restart eclipse and switch to a new workspace and try creating a new project(that should fix it, as I had fixed my project the same way) if it fails then
  2. Reinstall the SDK into different directory
onkar
  • 4,427
  • 10
  • 52
  • 89
0

Following the steps found in this other Question solved my problem, Error Message : This Android SDK requires Android Developer Toolkit version 22.6.1 or above

Community
  • 1
  • 1
Joseph Lennox
  • 3,202
  • 1
  • 27
  • 25