0

Installed Android SDK and Eclipse. Everything was setup according to the instructions however when I tried to create a new project there is no option. I get other options but no New Android Project. Does anyone know how to fix this?

Preference setup in Eclipse http://s11.postimage.org/g6hpno8nn/image.jpg

New Project http://s16.postimage.org/6gb9kxzzp/image.jpg

4 Answers4

0

select Android Application Project.

It has a few difference option to Android Project but you can use it

killz
  • 16
  • 2
  • I tried to run the first basic tutorial from the SDK development site and using Android Application Project instead of Android Project I couldn't run it. Why is that? – user1525415 Jul 14 '12 at 12:43
0

right click in navigator - > New Project - > other - > Android - > Android Application Project/Android Project ( whichever is availaible, they mean the same)

Vinay W
  • 9,912
  • 8
  • 41
  • 47
0

android SDK and eclipse is not enough for you to create project. You have to install ADT plugin for eclipse.

ADT plugin : Download link for ADT plugin

Installation : Installing ADT in eclipse see this stackoverflow link

Community
  • 1
  • 1
RajeshVijayakumar
  • 10,281
  • 11
  • 57
  • 84
0

Go to: Window -> Customize Perspective ... Check the Android Wizards chekbox is checked. You can unchek it and recheck it to see where the "New Adroid Project wizard" ICON is placed. There will be 3 Android wizard icons on top.

PacQ
  • 334
  • 1
  • 7
  • 16