android : Error converting byte to dex

后端 未结 30 1748
鱼传尺愫
鱼传尺愫 2020-12-01 10:25

So, I am getting the following error while running the project after upgrading build.gradle (Project) from

dependencies {
        classpath \'com.android.too         


        
30条回答
  •  爱一瞬间的悲伤
    2020-12-01 10:49

    This question have many answers but, if you not solved your error yet, this could work:

    Sometimes we import different versions from google products/APIs so, try to organize your gradle file to solve the: Mixing versions warning

提交回复
热议问题