Unable to merge dex

前端 未结 30 3190
深忆病人
深忆病人 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:48

    In my case it was gson-2.8.1.jar which I have added to libs folder of the project. But the reference was already there by SDK. So it was not necesary to add gson-2.8.1.jar to libs folder.

    When I took it out th gson-2.8.1.jar project compiles without this wiered error.

    So try to revise libs folder and dependencies.

提交回复
热议问题