java - Eclipse doesn't create Main Activity and layout -
i can't start new projects anymore. do...
- start eclipse.
- new android application
- min api 8
- target api 18
- compile api 19
- create activity : checked
- activity name :
mainactivity
- layout name :
activity_main
- finish
when open project (it doesn't open mainactivity.java
should be) : - src folder empty - res/layout folder empty
but androidmanifest.xml exists. working before , able create projects broke.
i'm using apis 18 , 19 installed , date.
i had same problem yesterday after updating latest packages on android sdk manager.
fixed updating eclipse plugin: run eclipse
> help
> install new software
> paste url
https://dl-ssl.google.com/android/eclipse/ press enter
. after updating plugin, created test project main activity , menu created default normal.
Comments
Post a Comment