error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
when importing the Android Support V7 AppCompat library into Eclipse. The solution is fairly simple!
Just change the Android SDK to 23 (the latest/ Right click on appcompat project and click on Android, choose Build) and the errors will be gone.
1 comment:
i try this solution but new error is
error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
property file
# Project target.
target=android-21
android.library=true
manifeste file
Post a Comment