Error retrieving parent for item: No resource found that matches the given name after upgrading to AppCompat v23

后端 未结 24 1355
孤城傲影
孤城傲影 2020-11-22 02:30

I\'ve always programmed Android with Eclipse and decided to start migrating to Android Studio. I decided to use the same SDK I already had for Eclipse, then:

  • S
24条回答
  •  -上瘾入骨i
    2020-11-22 03:17

    If you are getting errors even after downloading the newest SDK and Android Studio, here is what I did:

    1. Download the most recent SDK
    2. Open file-Project structure (Ctrl + Alt + Shift + S)
    3. In modules, select app
    4. In the properties tab: Change compile SDK version to API 23 Android 6.0 marshmallow (latest)

    I hope it helps someone so that he won't suffer like I did for these couple of days.

提交回复
热议问题