skip to Main Content

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

Kotlin incompatibility: The binary version of its metadata is 1.8.0, expected version is 1.6.0 – React native

I've been trying to upgrade my project's gradle from v7.3.3 to v8.0.2, and in the process I've been seeing the following error as I attempt to clean the project: /Users/johndoe/.gradle/caches/8.0.2/generated-gradle-jars/gradle-api-8.0.2.jar!/META-INF/configuration-cache.kotlin_module: Module was compiled with an incompatible version of Kotlin. The…

VIEW QUESTION

Gradle project sync failed in Flutter project

Every time my gradle is syncing it gets errors like this. Can someone help me? Error cause after adding firebase_ml_vision dependency. Caused by: org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ':app'. Caused by: java.lang.RuntimeException: com.android.build.gradle.internal.crash.ExternalApiUsageException: org.gradle.api.internal.tasks.DefaultTaskContainer$TaskCreationException: Could not create task ':app:packLibsflutterBuildDebug'.…

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