본문 바로가기
Dev/Flutter

[Flutter] Could not locate aapt. Please ensure you have the Android buildtools installed.

by healthyryu 2025. 5. 13.
Could not locate aapt. Please ensure you have the Android buildtools installed.
No application found for TargetPlatform.android_arm64.
Is your project missing an android/app/src/main/AndroidManifest.xml?
Consider running "flutter create ." to create one.

 

 

 에러가 발생해서 flutter create . 로 새롭게 Android/iOS/web 등 디렉토리를 생성했습니다. 그럼에도 동일한 이슈가 발생을 해서 flutter doctor 로 혹시 문제가 있나 확인을 했습니다

\

 

"뭐지?? 언제부터 SDK file 을 찾지 못했던거지?" 그래서 해당 경로를 따라가서 36.0.0 버전을 확인했는데 텅텅 비어있었습니다. AndroidStudio 로 SDK를 새롭게 내려받다가 뭔가가 문제가 있었던것 같습니다...

 

그래서 다시 Android SDK Build-Tools 를 받아주었습니다

 

제대로 빌드가 되는것을 확인했습니다.. 휴...

반응형