android : Error converting byte to dex

后端 未结 30 1717
鱼传尺愫
鱼传尺愫 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:53

    This problem is mainly in gradle or in misversioned libraries, including, from libraries, when both define the same class. Expand and check, imported external libraries...

    You cannot have two same classes to be exported to one place, or code, therefore, dexer does not know which one should be used...

提交回复
热议问题