Unable to merge dex

前端 未结 30 2787
深忆病人
深忆病人 2020-11-21 22:14

I have Android Studio Beta. I created a new project with compile my old modules but when I tried launching the app it did not launch with the message:

Error:         


        
30条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-21 22:49

    Just to add to the above solutions:

    Make sure that you don't have duplicate dependencies pointing to different versions of them, in multiple places (or even in the same file).

提交回复
热议问题