flutter 环境刚刚配置好,运行第一个程序就跑不起来

 

问题

ProcessException: Process "D:\ZZTFlutter\flutter_app\android\gradlew.bat" exited abnormally:* What went wrong:A problem occurred configuring root project 'android'.> Could not resolve all artifacts for configuration ':classpath'.   > Could not resolve org.glassfish.jaxb:jaxb-runtime:2.2.11.     Required by:         project : > com.android.tools.build:gradle:3.2.1 > com.android.tools.build:builder:3.2.1 > com.android.tools:sdklib:26.2.1 > com.android.tools:repository:26.2.1      > Could not resolve org.glassfish.jaxb:jaxb-runtime:2.2.11.         > Could not get resource 'https://dl.google.com/dl/android/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.pom'.            > Could not HEAD 'https://dl.google.com/dl/android/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.pom'.               > Read timed out

flutter 下载依赖库是吧

需添加内容

        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'}

flutter SDK 中也需要配置

D:\Program Files\Flutter\flutter_sdk\packages\flutter_tools\gradle

 

 

再次运行就解决了

 

 

 

 

 

 

更多相关文章

  1. Android(安卓)布局
  2. Android增加系统服务访问底层硬件
  3. Android进程和线程(Android开发指南--译)
  4. android 发送短信
  5. 让Android(安卓)adb运行在ARM平台上
  6. Android_ScrollView
  7. android studio使用android annotations注解
  8. 编译android源码6---运行android编译源码
  9. Android为菜单添加事件

随机推荐

  1. Android中使用log4j
  2. Android的string-array数据源简单使用
  3. android各种菜单使用介绍
  4. android自动化测试工具简介
  5. android java.net.ConnectException: Con
  6. android 实现时钟的简单方法
  7. Android中Selector的用法(改变ListView和
  8. Android(安卓)onSaveInstanceState() 和
  9. android 定时器
  10. android中json解析及使用 (下)