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
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
– Paulo Roberto
You downloaded the last SDK?
– Paulo Roberto
@Pauloroberto It has to do with what?
– Gabe
This can be by the version indicated in
compileSdkVersion
be different from the version of appcompat. Pole the build.Gradle.– ramaral
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.
– Guilherme Nascimento