Open shipit opened 3 years ago
It's same with me on Android Studio Bumblebee. I fixed bottom files. Finally, I can build it.
build.gradle
classpath 'com.android.tools.build:gradle:3.0.1'
to
classpath 'com.android.tools.build:gradle:4.1.2'
data/build.gradle
apply plugin: 'me.tatarka.retrolambda'
to
//apply plugin: 'me.tatarka.retrolambda'
gradle/wrapper/gradle-wrapper.properties
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
to
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
buildsystem/dependencies.gradle
androidBuildToolsVersion = "27.0.1"
to
androidBuildToolsVersion = "29.0.2"
presentation/build.gradle
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
to
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
When initiating a build on the command line, I am seeing a very old NDK warning. I have
ndk-bundle
installed. There is nolocal.properties
file at project root. Log: