Eclipse Juno won't create Android Activity

前端 未结 5 953
余生分开走
余生分开走 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: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.

提交回复
热议问题