新建一个项目,也是一样的
新版本的,运行到安卓手机也是失败的,换了项目中构建时加载包资源镜像处理了,SDK 中的构建服务镜像也要类似的换下:
项目/android/build.gradle
buildscript {
ext.kotlin_version = '1.2.71'
repositories {
// 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'}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
repositories {
// 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'}
}
}
构建速度有明显的提升!
IOS 上面说的 iPhone 6s 13.3.1 系统的就是不行,但是我把项目运行到
iPhone 7 13.3 系统确实可以,有的说是 fluttter库没有加载上来,也有人说 签名失效,具体不是很清楚,还希望老师在帮我排查下...真不行我就去刷机了 降到 13.3的