Flutter/Error_Message

Android resource linking failed

Michelle Hwang 2021. 8. 16. 15:21

* 에러메시지는 다음과 같았다. 

Execution failed for task ':app:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
   > Android resource linking failed
     /Users/hyejunghwang/home_checklist/build/app/intermediates/packaged_manifests/debug/AndroidManifest.xml:17: AAPT: error: resource mipmap/ic_launcher (aka com.igottabook.checklist:mipmap/ic_launcher) not found.

 

내가 앱 출시 테스트 하면서 로고 파일을 android/app/src/main/src/밑에 넣었는데. 로고 파일 이름이

home_logo.png 였다.

그런데 android/app/src/main/AndroidManifest.xml 에

ic_launcher 로 되어 있었다. 이를 home_logo 로 수정하니 문제 해결..

잘 되던게 갑자기 안되니 잠시 당황했었다 ㅎㅎㅎ

 

'Flutter > Error_Message' 카테고리의 다른 글

setState() or markNeedsBuild() called during build  (0) 2021.08.11