Android Studio AndroidManifest not found after moving project
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Error:
package identifier or launch activity not found. Please check C:\Users\dharm\AndroidStudioProjects\mhn_app_hospital\android\app\src\main\AndroidManifest.xml for errors. No application found for TargetPlatform.android_x86. Is your project missing an android\app\src\main\AndroidManifest.xml? Consider running "flutter create ." to create one.
Solution:
First of all check AndroidMainfest.xml
this path: D:\MyhospitalNow\mhn_app_hospital\android\app\src\main
After that run this command in terminal
flutter clean
And after flutter Run