I am trying take signed APK for my android application. While trying to take signed APK am getting error
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"
uncheck alll the lint error checking and in the gradle add
lintOptions { abortOnError false }
but still i cant generate signed APK because of duplication issue. There where 20 duplicate id is shown so rename all id is not possible.