New Android Application Project - layout file and activity class are not created by ADT

后端 未结 3 951
别跟我提以往
别跟我提以往 2021-01-28 02:26

Environment: Eclipse ADT Build: v22.3.0-887826, Windows 8.1 Host.

I make the following steps to create new Android project:

File - New Android Application Proje

相关标签:
3条回答
  • 2021-01-28 03:01

    I had a similar problem on Mac OsX 10.9.2 and updated to

    Android Developer Tools 22.3.0.v201310242005-887826

    which is the same version that Alex had the original problem on. For me, the updating fixed the problem, so I don't think it was the version of ADT that was causing the problem. Something else in the update process cleared the cause of the problem. Now, when I create a new Android project, the layout files and activity class is created, as expected.

    0 讨论(0)
  • 2021-01-28 03:17

    Try updating ADT to 22.6 using this link Android Developer Tools Update Site - http://dl-ssl.google.com/android/eclipse/

    0 讨论(0)
  • Go to following:
    'Help'->'Install New Software' and type https://dl-ssl.google.com/android/eclipse/

    Select ADT option and install it. It will update the ADT.

    Even I had the same problem and my issue got resolved with it!!

    0 讨论(0)
提交回复
热议问题