xml1 [Android] AAPT: error: XML or text declaration not at start of entity. 디버그 실행 후 XML or text declaration not at start of entity. 라는 오류 발생 어김없이 stackoverflow 방문 https://stackoverflow.com/questions/6474741/error-error-parsing-xml-xml-or-text-declaration-not-at-start-of-entity layout resource 파일 ( 레이아웃파일.xml ) 이 문제가 있다는 거 case 1. 첫 문장 앞에 공백이 있는 경우 case 2. 동일한 네임스페이스 지정 문을 두번 지정 xml version="1.0" 인코딩="utf-8" 오류 발생한 xml 파일 보니 나는 case 2. 였다..... 하나 삭제하고 다시 빌드 하니 잘됨 2024. 3. 4. 이전 1 다음 LIST