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

后端 未结 24 1366
孤城傲影
孤城傲影 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条回答
  •  粉色の甜心
    2020-11-22 03:15

    If you are using phonegap(cross-platform) and got same issue above, just remove the android platform using below command.

    phonegap platform remove android

    And add it again.

    phonegap platform add android

    Then problem solved for me.

提交回复
热议问题