Unable to merge dex

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

    I had the same problem when I update from com.google.android.gms:play-services:11.2.2 to com.google.android.gms:play-services:11.4.0. This solved it for me:

    1. clean
    2. rebuild

提交回复
热议问题