android : Error converting byte to dex

后端 未结 30 1782
鱼传尺愫
鱼传尺愫 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 11:00

    For some reasons, @ChintanSoni's answer didn't worked. I tried deleting the build folder manually but couldn't delete some files since they were being used by some process. Cleaning and re-building the project didn't help so I opened task manager, selected JAVA(TM) Platform SE binary and pressed on 'End task`.

    Then I tried to run the project once again and it started compiling fine.

提交回复
热议问题