美文网首页前端小记
flutter报错Could not determine the

flutter报错Could not determine the

作者: 革易 | 来源:发表于2020-08-17 14:04 被阅读0次

网上大部分解决方案都是删.gradle,如果删除后还是报错,可以试试以下方案

文件路径 android/build.gradle

        // google()
        // jcenter()
        maven { url 'https://maven.aliyun.com/repository/google' }
        maven { url 'https://maven.aliyun.com/repository/jcenter' }
        maven { url 'http://maven.aliyun.com/nexus/content/groups/public' }
        maven { url 'http://download.flutter.io' }

*随着flutter版本不断更新,网上的安装教程也好,解决各种报错解决教程也好,都会变得有时效性,截止2020.08.14,上面解决方案有效

相关文章

网友评论

    本文标题:flutter报错Could not determine the

    本文链接:https://www.haomeiwen.com/subject/nwhndktx.html