Error in Windows 10: Error retrieving Parent for item

Asked

Viewed 83 times

1

I have this problem here:

Error:(1) Error retrieving Parent for item: No Resource found that Matches the Given name 'android:Textappearance.Material.Widget.Button.Inverse'.

I think it is because android studio is still not compatible for windows 10.

  • I don’t know if you read the message or tried to use the translator to translate it, but it has nothing to do with compatibility you didn’t see :) #ficadica

  • You downloaded the last SDK?

  • @Pauloroberto It has to do with what?

  • This can be by the version indicated in compileSdkVersion be different from the version of appcompat. Pole the build.Gradle.

  • 1

    I only kept Windows10 in the title, because probably the author tested in another version of windows and worked, but can not be sure. Yet I stressed the point, the error message.

1 answer

2

in accordance with reply on Soen and in this other reply on Soen is not a problem with Windows but with Android SDK, this probably occurs because after the update the default is api version 23.

Your compilation SDK version should match the main support library version.

Since you are using version 23 of the library, you need to compile in version 23 of Android SDK.

Alternatively, you can continue the compilation in version 22 of Android SDK for switching to V22 library.

Squeeze CTRL + SHIFT + ALT + S and go to project Structure and trade for 23.0.0 to 22.0.1

Note: when installing Studio I put some screen prints

Browser other questions tagged

You are not signed in. Login or sign up in order to post.