Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No Android project type in Eclipse->File->New-Project

I am running CentOS 5.5 x86_64 with JDK 1.6, Eclipse Galileo, and the 0.9.7 ADT is installed; however, after installation, the Android project type is not available. I have checked in the installed packages list and it is installed. Anybody encounter this problem before? Could it be due to my use of the 64-bit java VM that is installed on my system?

like image 693
Rubberman Avatar asked Jun 08 '10 16:06

Rubberman


People also ask

What does a Java folder contain in an Android project?

The Java folder contains all the java and Kotlin source code (. java) files that we create during the app development, including other Test files.

How do I open a new project in Android Studio?

If you don't have a project opened, Android Studio shows the Welcome screen, where you can create a new project by clicking Start a new Android Studio project. If you do have a project opened, create a new project by selecting File > New > New Project from the main menu.

Can I develop Android app using Eclipse?

To do this, open Eclipse and Launch Android AVD Manager from options Window > AVD Manager and click on New which will create a successful Android Virtual Device. Use the screenshot below to enter the correct values. Voila! You have successfully created Android Application Development environment.


2 Answers

Hope you have already set the Android Preferences if not Window -> Preferences-> Android and browse to the android SDK folder.

In rare cases even after doing this step, Android Project option doesn't show up in File -> New. But you can get it by File -> New -> Project .. and choose the android project from the options displayed.

like image 33
Primal Pappachan Avatar answered Oct 04 '22 18:10

Primal Pappachan


This usually happens when you dont select any android SDK in "Preferences > Android" You just have to reset the perspective in eclipse, Windows > Reset Perspective.

Hope this is still helpful.

like image 76
minimalistix Avatar answered Oct 04 '22 19:10

minimalistix