안드로이드 애플리케이션 용으로 서명 된 APK를 사용하려고합니다. APK에 서명 걸릴하는 중에 오류에게 보풀 오류 검사 alllAndroid : 서명 된 Apk을 가져 오는 동안 중복 ID 문제
Information:Gradle tasks [:appassembleRelease] Error:(117) Error: Duplicate id @+id/tittle, already defined earlier in this layout [DuplicateIds] android:id="@+id/tittle"
Error:(124) Error: Duplicate id @+id/tittle, already defined earlier in this layout [DuplicateIds] android:id="@+id/tittle"
선택 해제를 가져오고 Gradle을에
lintOptions { abortOnError false }
를 추가하지만 여전히 나는 때문에 중복 문제로 APK에 서명 생성하지 못할입니다. 여기서 20 개의 중복 된 ID가 표시되므로 모든 ID의 이름을 바꿀 수 없습니다.
프로젝트를 청소 한 다음 서명 된 apk를 작성하십시오 –
깨끗하게 시도했지만 프로젝트를 다시 빌드했지만 여전히 문제가 있습니다 @Sagar Trehan –
중복 ID 오류를 표시하는 레이아웃 게시 –