Eclipse doesn't create Main Activity and layout

前端 未结 7 1834
小鲜肉
小鲜肉 2020-12-05 16:34

I can\'t start new projects anymore. This is what I do...

  • Start Eclipse.
  • New Android Application
    • min API 8
    • target <
7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-05 16:54

    I had the same problem yesterday after updating the latest packages on the Android SDK Manager.

    Fixed it by updating the Eclipse plugin: Run Eclipse > Help > Install new software > Paste the URL https://dl-ssl.google.com/android/eclipse/ then press Enter. After updating the plugin, I created a test project with the main activity and menu was created by default as normal.

提交回复
热议问题