我正在尝试构建我的应用程序的一个发布变体。在构建apk Gradle时,显示了这个错误Unknown host 'cm.crashlytics.com'.You may need to adjust the proxy settings in Gradle.我正在使用Gradle版本的5.4.1和插件3.5.3
crashlytics的Gradle依赖:com.google.firebase:firebase-cr
我们的项目在我尝试升级到Gradle 5之前一直在工作,它抱怨的第一件事是/不适合多项目,例如bla/blub无效,所以我们将其更改为bla:blub (即使错误消息说:也无效)。但现在我们显然有了一个循环依赖,这在Gradle 4中是不存在的: Circular dependency between the following tasks:
:lap:server:classes
NDK toolchains folder for ABI with prefix: arm-linux-androideabi
classpath 'com.android.tools.build:gradle:3.5.4'Gradle:https\://services.gradle.org/distributions/gradle-6.2-all.zip React :0.63.3安卓Gradle插件
当我尝试构建我的单元测试时,我得到一个IllegalStateException Transformation hasn't been executed yet in gradle build.IdentityTransform
但奇怪的是,每次我尝试运行单元测试时,它都会报告不同的文件。我可以采取哪些步骤来找出导致问题的原因。(我假设