transformClassesWithDesugar build error after updating to AS 3.0 Canary 6

后端 未结 7 567
抹茶落季
抹茶落季 2020-12-06 03:56

I updated to Android Studio 3.0 Canary 6 and am now getting following error (had been on Canary 5). I\'ve searched for people seeing similar issues but no luck so far. Any

7条回答
  •  天命终不由人
    2020-12-06 04:43

    I had that issue when moved to Android Studio 3.0

    Ensure that you have same versions of firebase-core and play-services, e.g.:

     compile 'com.google.android.gms:play-services-ads:11.0.4'
     compile 'com.google.firebase:firebase-core:11.0.4'
    

提交回复
热议问题