CompileSdkVersion Matches Sdk Version But "unsupported Version Of Gradle"
With the following specs in thee app/build.gradle compileSdkVersion 25 buildToolsVersion '25.0.3' defaultConfig { applicationId 'ir.iiscenter.shub' minSdkVersion 16 tar
Solution 1:
Go to menu of your Android Studio and access File
->Project Structure
then go to Project
label and change data to:
Gradle version: 4.4
Android Plugin Version: 3.1.2
Android Plugin Repository: google(), jcenter
Default Library Repository: google(), jcenter
Press Ok
and then clean and rebuild project, maybe invalidate caches and restarting before.
Post a Comment for "CompileSdkVersion Matches Sdk Version But "unsupported Version Of Gradle""