0

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?

stmfunk
  • 663
  • 5
  • 20

3 Answers3

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

Update the Eclipse plugin:

Eclipse --> Help --> Install new software --> 
http://dl-ssl.google.com/android/eclipse/

I had the same problem, and this helped. Take a look as well to user3347036's answer regarding XML files. Good luck!

Community
  • 1
  • 1
aran
  • 10,978
  • 5
  • 39
  • 69
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

Community
  • 1
  • 1
Lokesh
  • 5,180
  • 4
  • 27
  • 42