-
Notifications
You must be signed in to change notification settings - Fork 189
Does‘t support android studio 3.3.2 #154
Comments
Please check if this can be internet issue. I mean due to slow internet proper packages might not be downloaded. I had this same error but after some time, with proper internet working on my laptop for building the project, it worked out.... And yes my android studio version is 3.3.1 and not 3.3.2 and it works in that. |
I have the same problem and I can not solve it |
First I put kotlin-gradle-plugin:1.2.51 as this and i got an error saying error in this file.
} After that I got an error in this file. Then I changed the code as below.
|
ERROR: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.2.51 and higher. Project 'map_view' is using version 1.2.50. I want to know how to solve it. |
buildscript {
} ERROR: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. |
android studio 3.3.2 support kotlin 1.3.0 or higher,but plug version is 1.2.50,
I forced the kotlin version of the plugin to 1.3.0, the compilation could not pass.
please remove buildToolsVersion from build.gradle
The text was updated successfully, but these errors were encountered: