Skip to content Skip to sidebar Skip to footer

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.4Android Plugin Version:3.1.2Android Plugin Repository:google(),jcenterDefault 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""