Quantcast
Viewing latest article 10
Browse Latest Browse All 25

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

If you've tried to change target to a previous GooglePlayServices or AppCompatv7 version and it doesn't work, check if you have any project-libraries dependency, this project will be targeting the latest version of any of these libraries. It happened to me with the Google Maps Utils Library project:

replace:

compile 'com.google.android.gms:play-services:+'

to

compile 'com.google.android.gms:play-services:8.3.0'

Then you can continue full targeting API 22

If it still doesn't compile, sometimes is useful to set compileSdkVersion API to 23 and targetSdkVersion to 22.


Viewing latest article 10
Browse Latest Browse All 25

Trending Articles