Execution failed for task app:transformClassesWithDesugarForDebug error on Android Studio 3.0 Beta 2

后端 未结 6 2027
刺人心
刺人心 2020-11-28 14:28

I have migrated my project from Android Studio 2.3.3 to Android Studio 3.0 Beta 2 and now my project won\'t run.

I get the following message in the console:

6条回答
  •  没有蜡笔的小新
    2020-11-28 14:57

    In my case, all compileSdkVersion, buildToolsVersion and targetSdkVersion must be the same version, especially compileSdkVersion. Because if you don't define compileSdkVersion, the last version import automatically, so be careful.

提交回复
热议问题