Android Studio 3.6.1 with Gradle Plugin Version 3.6.1 and Gradle Version 5.6.4 not working

后端 未结 8 1441
余生分开走
余生分开走 2021-01-03 07:38

My application is working very well. I have just updated Android Studio 3.6.1,

After updating Android Studio I got this dialog and I am going to upda

8条回答
  •  走了就别回头了
    2021-01-03 07:51

    I ran into the same error. However, I succeeded in building in the following way.

    - classpath 'com.google.firebase:firebase-plugins:1.1.1'
    + classpath 'com.google.firebase:firebase-plugins:1.2.0'
    

提交回复
热议问题