• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Help! New to Android Development

zeppast

Lurker
I'm extremely new to Android Development I've only just started playing around with Eclipse testing different API's and AVD's but I have one problem I can't seem to figure out.

In the (Package Explorer tab) whenever create a new Android project and try to open the /res/layout/folder there is no activity_main.xml listed in the layout folder, there should be but there isn't.
I'm following all the proper steps when creating a new project so I have no idea what I'm doing wrong? If anyone could help me rectify this issue it would be greatly appreciated.
 
You are creating it through New>Android Application Project right? When you do that, make sure you select to Create an Activity on the 2nd step. When Eclipse creates your Activity it also creates the .xml in res/layout.
 
Back
Top Bottom