No application found for TargetPlatform.android_x86
This's my first flutter App and for some reason the Android launcher icon stopped showing so I was trying to fix that, I did a bunch of things and ended up with this error.
- flutter doctor shows everything is fine.
- ios version builds just fine.
p.s I ran flutter create
. with no luck.
The IDE log
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 1:
I solved this by flutter clean
.
Solution 2:
If flutter clean
doesnt work manually delete build
folder in project root directory.