views:

303

answers:

2

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?

A: 

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.

primalpop
Unfortunately, there is no Android in Windows->Preferences. I suppose I could try to uninstall/reinstall eclipse and the ADT...
Rubberman
A: 

Ok. I reinstalled eclipse and android. I think the problem was that I hadn't unpacked the android tools first. The plugin was installed, but it had nothing to talk to! Anyway, all the android related stuff now shows up in Eclipse.

Rubberman