[Android] error: failed to read PNG signature: file does not start with PNG signature. (파일 확장자 에러)
- failed to read PNG signature: file does not start with PNG signature. -APK 추출을 하기위해 Generate Signed Bundle or APK 를 통해 진행하려하니 아래와 같은 에러가 발생하였다. D:\mobile20\app\src\main\res\drawable-xxhdpi\home_intro3.png: AAPT: error: failed to read PNG signature: file does not start with PNG signature. 처음보는 에러라 무슨에러인가 싶어 찾아보니 원인은 이미지 형식이 PNG가 아닌데 파일의 확장자가 PNG로 되어있어서 생기는 에러라 한다. 그래서 실제 확장자를 찾아보기위해 파일 속성을 들어가면..
2020. 1. 16.