main.xml is missing in new Android project - Eclipse OS X

antonioba15

New Member
I'm following this Android tutorial. I'm trying to find \[code\]main.xml\[/code\] however it's not in \[code\]res/layout\[/code\]. I do have \[code\]res/layout/activity_my_first.xml\[/code\] however the root node of this file is \[code\]RelativeLayout\[/code\] not \[code\]LinearLayout\[/code\] like in the tutorial. How can I get main.xml?Perhaps I can just create it myself. Or perhaps the XML file I do have is a replacement for main.xml in newer versions of the ADT Plugin. I'm brand new to Android and Eclipse so I'm a bit stuck.Cheers!
 
Back
Top