Launching lib/main.dart on HUAWEI MLA AL00 in debug mode...
Could not locate aapt. Please ensure you have the Android buildtools installed.
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.
解决方案就是
flutter clean .