I am using the android developer bundle and every time I start a new application the layout directory in the res folder is empty. Is this a bug or am I doing something wrong?
Asked
Active
Viewed 324 times
3 Answers
0
Its a known Bug. https://code.google.com/p/android/issues/detail?id=66647
Issue 66647: Eclipse bundles with Android SDK download, doesn't create Main Activity when trying to create a new Android Application (after updating the Android Support Library).
Solve the Issue by installing updates as:
click "Help" -> "Install new software" and install (this will update it) from this url: https://dl-ssl.google.com/android/eclipse/

Aduait Pokhriyal
- 1,529
- 14
- 30
0
Updating the latest packages on the Android SDK Manager. Update Eclipse plugin: Eclipse --> Help --> Install new software --> Pasted URL http://dl-ssl.google.com/android/eclipse/ pressed Enter.
Refer Link