android : Error converting byte to dex

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

    I've noticed this can happen (sometimes) when editing java files while Android Studio is building.

    I solved this by manually deleting the build folder and running agin.

提交回复
热议问题