Solution where the line that is automatically created from the file shown above appears:
compile 'com.android.support:appcompat-v7:15+'
Substitute the number 15+that indicates the revision that will be used by the revision 23.1.1one that was downloaded or that the one that you have installed, leaving something like this:
compile 'com.android.support:appcompat-v7:23.1.1'
If, like me, you have no idea which one was downloaded, you can look at it by opening the SDK Manager>> in the tab SDK Toolsand looking for it there.
The case was that as the message said:
And just below a link that started an installation believed that said version was being installed.
After digging you can see that the one that was actually installed was the revision
23.1.1
of it.build.gradle (module: app)
./app/build.gradle
Solution where the line that is automatically created from the file shown above appears:
Substitute the number
15+
that indicates the revision that will be used by therevision 23.1.1
one that was downloaded or that the one that you have installed, leaving something like this:If, like me, you have no idea which one was downloaded, you can look at it by opening the
SDK Manager
>> in the tabSDK Tools
and looking for it there.