Android : Eclipse Juno -
i have downloaded new sdk , when create activity xml file eclipse juno doesn`t generate activity in res-> layout . how fix it?
i know juno works fine i'm using it.
when first create project do:
file -> new -> android application project
this should create proper android file structure you. when want create additional layouts, right click layout folder under res, , do:
new -> android xml file.
then create classes , reference additional layouts. :)
Comments
Post a Comment