Eclipse does not generate files in new Android project

I have a problem with Eclipse. Every time I try to launch a new Android project in Eclipse (both Juno and Indigo) 64b on Ubuntu, nothing is created besides directories. There are no files in src, res, etc., Without xmls, no.java. I set the SDK location correctly.

I tried: reinstall sdk, with fewer APIs install ADT fo several times, yes, it is installed change the version of Eclipse check the Java version on the PC

but nothing works

Here are a few print screens of what the situation looks like when I click the "Next" button in the "New Android Application" window. Nothing changes, just the names of the windows.

http://imageshack.us/g/69/screenshotnewandroidapp.png/

Thanks for reference!;)

Hooray!

+5
source share
1 answer

check in the Java build path library if src is checked or not.

0
source

All Articles