Eclipse Juno won't create Android Activity

前端 未结 5 937
余生分开走
余生分开走 2020-12-03 11:57

I downloaded Eclipse Juno Java EE edition and installed ADT plugin. I created a new Android Application Project from Eclipse

相关标签:
5条回答
  • 2020-12-03 12:19

    I had the same problem and I could create the project changing the "minimum required SDK" to 3.0 Honeycomb.

    What is the versión you have selected?

    0 讨论(0)
  • 2020-12-03 12:21

    Okay, this worked for me: "Help" -> "Install new software" and install (this will update it) from this url: https://dl-ssl.google.com/android/eclipse/ I guess the Android website doesn't have an up-to-date version of ADT? Not sure where you're supposed to download the latest version from

    0 讨论(0)
  • 2020-12-03 12:34

    Workaround that worked for me (If you have installed support library>8 and still get the error msg)

    • Delete the support library from the SDK manager
    • Create a new project & install the support library by clicking on "Install / Upgrade"

    Check this answer.

    0 讨论(0)
  • 2020-12-03 12:37

    I solved this same issue by updating the support library (through the Android SDK Manager, it is located at the end of the list under Extras > Android Support Library) from rev.8 to rev.9!

    After updating, Eclipse is now able to create projects as expected.

    0 讨论(0)
  • 2020-12-03 12:39

    Just go with default launcher image (blue smiley) instead of customizing it and it should work ;)

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