flutter报错:Could not locate aapt. Please ensure you have the Android buildtools installed. No applica

flutter项目运行报错:

Could not locate aapt. Please ensure you have the Android buildtools installed.
No application found for Target Platform android_arm64.
Is your project missing an android\app\src\main\AndroidManifest.xml?
Consider running "flutter create ." to create one.

安装Android sdk tool apply后重新运行
flutter报错:Could not locate aapt. Please ensure you have the Android buildtools installed. No applica_第1张图片

你可能感兴趣的:(flutter,android)