skip to Main Content

Android Studio – A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask

I have been trying to implement a mobile application which was supposed to use Dagger Hilt, Glide and Kapt. However, when I tried to implement it, i got this error error message: A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction java.lang.reflect.InvocationTargetException (no…

VIEW QUESTION

cannot run flutter on android emulator

Launching libmain.dart on sdk gphone64 x86 64 in debug mode... FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not resolve io.flutter:flutter_embedding_debug:1.0.0-c4cd48e186460b32d44585ce3c103271ab676355. Required by: project :app…

VIEW QUESTION

Error after adding google_mobile_ads sdk in flutter

I added the google_mobile_ads sdk v5.0.0 in my flutter project. Now when I run the project I get the following error X:<project-name>androidappsrcdebugAndroidManifest.xml:92:13-59 Error: Attribute property#android.adservices.AD_SERVICES_CONFIG@resource value=(@xml/gma_ad_services_config) from [com.google.android.gms:play-services-ads-lite:23.0.0] AndroidManifest.xml:92:13-59 is also present at [com.google.android.gms:play-services-measurement-api:21.5.1] AndroidManifest.xml:32:13-58 value=(@xml/ga_ad_services_config). Suggestion: add 'tools:replace="android:resource"' to…

VIEW QUESTION
Back To Top
Search