问题1:maven
报错:gradle
Could not download fastutil.jar (it.unimi.dsi:fastutil:7.2.0): No cached version available for offliui
# 把这段代码加入 build.gradle buildscript { repositories { maven{ url ‘http://maven.aliyun.com/nexus/content/groups/public/’} google() } } allprojects { repositories { maven{ url ‘http://maven.aliyun.com/nexus/content/groups/public/’} google() } } # 便可
参考解决:《Could not download fastutil.jar (it.unimi.dsi:fastutil:7.2.0): No cached version available for offli》google
问题2:url
org.gradle.internal.resolve.ModuleVersionResolveExceptionspa
勾选的去掉.net
参考解决:code