問題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