skip to Main Content

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

React Native 0.74.0 Android builds fail "cannot find symbol import com.facebook.react.fabric.FabricJSIModuleProvider"

After upgrading to RN 0.74.0 the npx react-native run-android fails with the error - error Failed to install the app. Command failed with exit code 1: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 /Users/phil/Code/app-name/android/app/src/main/java/com/app-name/app/newarchitecture/MainApplicationReactNativeHost.java:19: error: cannot find symbol import com.facebook.react.fabric.FabricJSIModuleProvider; ^ symbol: class FabricJSIModuleProvider…

VIEW QUESTION
Back To Top
Search