Flutter升级1.17,运行报Could not resolve io.flutter:x86_debug

393 阅读1分钟

解决方法:修改android目录下的build.gradle文件,添加 maven {url 'http://download.flutter.io'},如下图。