How can I resolve the Gradle Sync problem? I installed the missing SDK versions but the error shown again.
Take a look to the screenshots please...
Thank you in advance.
How can I resolve the Gradle Sync problem? I installed the missing SDK versions but the error shown again.
Take a look to the screenshots please...
Thank you in advance.
You also need to open up "build.gradle" script and change the classpath to latest gradle repository.... mine is 'com.android.tools.build:gradle:3.0.0-alpha3'
Hope this helps everyone
Your compileSdkVersion must be a number, not a String
Example: