Android studio 2.0 gradle transformClassesWithDexForDebug fails when using button “run”

后端 未结 14 2008
被撕碎了的回忆
被撕碎了的回忆 2020-12-25 11:21

I have a problem after migration from android studio 1.5 to 2.0

In one of my project (only one) i can\'t use android studio run button,

because then, build

14条回答
  •  南方客
    南方客 (楼主)
    2020-12-25 12:09

         defaultConfig {
    
        minSdkVersion 16
        targetSdkVersion 25  
    
        multiDexEnabled true
    }
    

    Just set this in your app's build.gradle file

提交回复
热议问题