android : Error converting byte to dex

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

    In case it helps someone, in my case I was using a custom package in release mode instead of in debug mode.

    I just changed the package from "release" to "debug" and it worked.

提交回复
热议问题