Android Compose Can not extract resource error

사용 언어: Kotlin 1.9.21
사용 버전: Android Studio Hedgehog 2023.1.1

안드로이드 컴포즈 Can not extract resource error를 알아보겠습니다.

앱 빌드를 하는 중 다음과 같은 오류로 빌드가 실패하였습니다.

Can not extract resource from com.android.aaptcompiler.ParsedResource@1543b8e6.





이 문제는 string에 resource를 추가하면서 발생합니다.

res - values - strings.xml로 갑니다.




보시면, '갯마을차차차'라는 글자에 '가 사용되었습니다. 이것이 잘못 인식되어 발생하는 문제입니다.





resource에 있는 모든 '에 역슬래시 \를 추가하여 \'로 적어줍니다.





다시 빌드 하면 잘 빌드 됩니다.







끝.


카테고리: Android, Compose


댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Python OpenCV 빈 화면 만들기

tensorflow tf.random.uniform()

Android Notification with Full Screen

KiCad 시작하기 2 (PCB 만들기)

Android Minimum touch target size

Python bs4.SoupStrainer()

KiCad 시작하기 4 (기존 회로도 수정 및 추가)

음악 총보(Score), 파트보(Part)

tensorflow tf.expand_dims()