Error: Could not find org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.60-eap-25 in Ionic 3

前端 未结 9 1678
我寻月下人不归
我寻月下人不归 2021-01-30 19:39

I am getting the following error suddenly while building Ionic 3 app for Android.

Could not find org.jetbrains.kotlin:ko         


        
9条回答
  •  伪装坚强ぢ
    2021-01-30 19:51

    None of the above worked for me. I ended up removing the google-services plugin and add it.

    cordova plugin rm cordova-support-google-services cordova plugin add cordova-support-google-services

提交回复
热议问题