I download the flutter project from git hub start implementing in my android studio to learn but I get this problem in AndroidManifest.xml file only here and I also install all dependencies.
Please resolve my problem.
enter image description here
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
You need to change the "android:name" in androidappsrcmainAndroidManifest.xml file.
Make sure it’s value is:
"${applicationName}"
Change the
androidappsrcmainAndroidManifest.xm
l file.From :
To :
add this three lines if does not exist :