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

前端 未结 9 1696
我寻月下人不归
我寻月下人不归 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-30 20:15

    Solution for ionic v3 and cordova

    @Mister Smith solution solved my problem

    you have to go to the file

    platforms/android/cordova-support-google-services
    

    then

    Replace

    classpath 'com.android.tools.build:gradle:+'

    by

    classpath 'com.android.tools.build:gradle:3.5.1'
    

    @Alternative solution I have found is to

    setup kotlin in your system :)
    

提交回复
热议问题