skip to Main Content

Android Studio – Android Studio Error: Plugin [id: 'com.android.application', version: '7.4.2', apply: false] was not found in any of the following sources

I keep getting this error in Android Studio Electric Eel // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '7.4.2' apply false id 'com.android.library' version '7.4.2' apply false id 'org.jetbrains.kotlin.android'…

VIEW QUESTION

Json – please help me how can i solve this

| Build failed with an exception. What went wrong: Execution failed for task ':app:processDebugGoogleServices'. File google-services.json is missing. The Google Services Plugin cannot function without it. Searched Location: C:UsersdellAndroidStudioProjectstodo_appandroidappsrcdebuggoogle-services.json C:UsersdellAndroidStudioProjectstodo_appandroidappsrcgoogle-services.json C:UsersdellAndroidStudioProjectstodo_appandroidappgoogle-services.json

VIEW QUESTION

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
Back To Top
Search