Search code examples
androideclipseandroid-activityeclipse-juno

Android : Eclipse Juno


I have downloaded new SDK and when I create an Activity xml file the Eclipse Juno doesn`t generate that Activity in res-> layout . How to fix it?


Solution

  • I know Juno works fine as I'm currently using it.

    When you first create your project do:

    File -> New -> Android Application Project

    This should create the proper android file structure for you. Then when you want to create additional layouts, right click the layout folder under res, and do:

    New -> Android XML File.

    Then simply create your classes and reference the additional layouts. :)