Could not resolve all dependencies for configuration ':classpath'

后端 未结 23 1412
离开以前
离开以前 2020-12-01 04:27

I cant seem to get build tools for the latest gradle at all. I suspect its something to do with proxy setting for gradle. I have had a good look online but still cant seem t

23条回答
  •  [愿得一人]
    2020-12-01 04:40

    **A problem occurred evaluating project ':app'.

    Could not resolve all files for configuration 'classpath'.**

    Solution: Platform->cordova-support-google-services

    In this file Replace classpath 'com.android.tools.build:gradle:+' to this classpath 'com.android.tools.build:gradle:3.+'

提交回复
热议问题