flutter 入门踩坑

152 阅读1分钟

打包出错

Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'

百度上的方法都试过每一个能解决这个问题

只好去google上去搜索 最后再github上招到了解决方法

在google() 后面加一句 maven { url "http://download.flutter.io" } 这个就好

可能是代理的问题 之前就用的是百度上的解决方法没问题 不知道为什么紧紧过了两天就不行了