Information Security/Android

res\xml\locales_config.xml:3: error: unbound prefix

hackcatml 2022. 3. 5. 15:51
반응형
최신 버전의 apktool 로 리패키징 하는 과정에서 해당 에러가 발생하였습니다.

 

 

에러가 발생한 디렉터리에서 locales_config.xml 파일 삭제합니다.

 

 

AndroidManifest.xml 파일에서 locales_config 관련 내용 삭제합니다.

 

 

res\values\public.xml 파일에서 locales_config 관련 내용을 삭제합니다.

 

 

이렇게 하고 다시 돌려보니 잘 빌드되는군요.

반응형