Android 구축 오류: java. io. IOException: android / accounts / annotations. xml 에서 XML 을 구문 분석 할 수 없습니다.

1903 단어 Android 개발 일상
Android 빌 드 오류:
app: lintVitalRelease [Fatal Error]: 3: 214: 요소 유형 "item" 과 연 결 된 "name" 속성 값 은 포함 할 수 없습니다.
Could not read /Users/panxin/Library/Android/sdk/platform-tools/api/annotations.zip
java.io.IOException: Could not parse XML from android/accounts/annotations.xml
원인: sdk 아래 / platform - tools / api / annotations. zip 이 파일 의 xml 파일 이 규범 에 맞지 않 아서 생 긴 것 입 니 다.
해결 방법:
  • sdk 디 렉 터 리 에서 / platform - tools / api / annotations. zip 파일 을 찾 아 압축 을 풀 었 습 니 다.
  • 메모 장 으로 다음 두 파일 을 열 고 탭 에 있 는 '' '문 자 를 각각' < '와' '로 바 꿉 니 다.
  • android/accounts/annotations.xml
  • android/hardware/camera2/annotations.xml
  • android/hardware/camera2/params/annotations.xml
  • android/app/slice/annotations.xml
  • android/widget/annotations.xml
  • android/view/annotations.xml
  • android/view/textclassifier/annotations.xml
  • android/bluetooth/le/annotations.xml
  • android/media/annotations.xml
  • android/preference/annotations.xml
  • android/text/annotations.xml
  • 원래 의 annotations. zip 파일 을 저장 하고 압축 합 니 다.
  • OR ~ ~ 하나씩 수정 하고 싶 지 않 으 면 제 가 고 친 이 annotations. zip 파일 을 사용 하 세 요.
    메모 (1): 편집 할 때 UTF - 8 BOM 없 는 방식 으로 인 코딩 해 야 합 니 다. 편집기 에 BOM 헤드 를 추가 하면 또 다른 오류 가 발생 할 수 있 습 니 다. app: lintVital Release [Fatal Error]: 1: 1: 머리말 에 내용 이 있 으 면 안 됩 니 다.
    주의 (2): 다음 과 같은 오 류 를 보고 하면: app: lintVital Release [Fatal Error]: 1: 1: 머리말 에는 내용 이 허용 되 지 않 습 니 다. Could not read / Users / panxin / Library / Andreid / sdk / platform - tools / api / annotations. zipjava. io. IOException: Could not parse XML from MACOSX / annotations / android / hardware / camera 2 /. annotations. xml 이 유 는 압축 시 Mac 시스템 이 파일 에 시스템 파일 을 추가 하기 때 문 입 니 다. "MACOSX ", 해결 방법 은 터미널 로 압축 하 는 것 입 니 다. zip -r annotations.zip ./android

    좋은 웹페이지 즐겨찾기