rosjava / android_apps

Applications built on top of the rosjava android libraries.
132 stars 112 forks source link

error:The version of the android gradle plugin and gradle are not compatible. #74

Closed 13222525 closed 6 years ago

13222525 commented 6 years ago

Error:The versions of the Android Gradle plugin and Gradle are not compatible. Please do one of the following:

environment: Android Studio 3.0.1 Build #AI-171.4443003, built on November 10, 2017 JRE: 1.8.0_112-release-b06 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 7 6.1

13222525 commented 6 years ago
apply from: "https://github.com/rosjava/android_core/raw/kinetic/buildscript.gradle"

add: dependencies { classpath 'com.android.tools.build:gradle:3.0.1' } result: buildscript { //apply from: "https://github.com/rosjava/android_core/raw/kinetic/buildscript.gradle" / dependencies { classpath 'com.android.tools.build:gradle:3.0.1' } / apply from: "https://github.com/rosjava/android_core/raw/kinetic/buildscript.gradle"

dependencies {
    classpath 'com.android.tools.build:gradle:3.0.1'
}

add: flavorDimensions"versionCode" result: defaultConfig { minSdkVersion 15 targetSdkVersion 22 versionCode 3 versionName "1.0.1" flavorDimensions"versionCode" }