skip to Main Content

Android Studio – Android Studio build error – compileDebugJavaWithJavac task (current target it 1.8) and kaptGenerateStubsDebugKotlin task (current target is 17)

Getting the following build error in Android Studio compileDebugJavaWithJavac task (current target it 1.8) and kaptGenerateStubsDebugKotlin task (current target is 17) jvm target compatibility should be set to the same java version during the kaptGenerateStubsDebugKotlin step of project build in…

VIEW QUESTION

A failure occurred while executing com.android.build.gradle.internal.tasks.MergeNativeLibsTask$MergeNativeLibsTaskWorkAction – React native

My react native project build fails somehow because of this error: Execution failed for task ':app:mergeDebugNativeLibs'. > A failure occurred while executing com.android.build.gradle.internal.tasks.MergeNativeLibsTask$MergeNativeLibsTaskWorkAction > 2 files found with path 'lib/arm64-v8a/libfbjni.so' from inputs: - C:UsersAntonio.gradlecachestransforms-37cca348744e25f57fc2d9f871aa73c9atransformedjetified-react-native-0.71.0-rc.0-debugjniarm64-v8alibfbjni.so - C:UsersAntonio.gradlecachestransforms-38b0f5c7017bf081f79b63ea5b053dc0transformedjetified-fbjni-0.3.0jniarm64-v8alibfbjni.so If you are using…

VIEW QUESTION

Android Studio – > Could not create task ':app:compileDebugKotlin'. > Could not create task ':app:dataBindingGenBaseClassesDebug'

When i build the app i got error > Could not create task ':app:compileDebugKotlin'. > Could not create task ':app:dataBindingGenBaseClassesDebug'. > Cannot use @TaskAction annotation on method DataBindingGenBaseClassesTask.writeBaseClasses() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.

VIEW QUESTION
Back To Top
Search