Getting error says - “Entry name 'res/layout/test_toolbar.xml' collided” while creating signed apk

后端 未结 20 1766
深忆病人
深忆病人 2020-12-29 17:27

I have updated my android studio from 3.5.x to 3.6 today and getting error while generating signed apk for build variant showing the follow

相关标签:
20条回答
  • 2020-12-29 18:32

    Problems encountered when upgrading to the latest Android studio 3.6.1

    Clearing the cache, clean project, and deleting the build folder did not solve the problem.


    Just delete the apk generated by the previous compilation.

    0 讨论(0)
  • 2020-12-29 18:34

    While generating the apk, check for the destination folder, from which delete output.json and app-debug.apk from debug folder. Try building the same after this. AFAIK, it is a bug for android studio, hope they might fix this soon :)

    0 讨论(0)
提交回复
热议问题