Flutter project #2790
Unanswered
Mounirou12
asked this question in
Q&A
Flutter project
#2790
Replies: 1 comment
-
It's unlikely that this is caused by or related to drift, so I recommend asking on Stackoverflow or a community group for Flutter if you need help with your Flutter setup. It might be that your package id in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello, please I have a problem executing my flutter project, I need help with these following errors
Launching lib/main.dart on SM A102U in debug mode...
/home/mounirou/AndroidStudioProjects/gestion_tache/android/app/src/debug/AndroidManifest.xml Error:
Overlay manifest:package attribute declared at AndroidManifest.xml:2:5-41 value=(com.example.flutterappnoti)
does not match the module's namespace (com.example.gestion_tache).
Suggestion: remove the overlay declaration at AndroidManifest.xml.
If you want to customize the applicationId for a buildType or productFlavor, consider setting applicationIdSuffix or using the Variant API.
For more information, see https://developer.android.com/studio/build/build-variants
FAILURE: Build failed with an exception.
Execution failed for task ':app:processDebugMainManifest'.
BUILD FAILED in 23s
Exception: Gradle task assembleDebug failed with exit code 1
Exited (1).
Beta Was this translation helpful? Give feedback.
All reactions