我尝试从Android Studio 1.5.1中的示例构建nativeActivity代码,但我收到此错误:
Error:Unknown host 'jcenter.bintray.com'. You may need to adjust the proxy settings in Gradle.
Enable Gradle 'offline mode' and sync
Learn about configuring HTTP proxies in Gradle</a>
对于未使用来自android git hub的所有Native示例所使用的实验插件 (com.android.tools.build:gradle-experimental:0.4.0')
的项目,我没有发现此问题。
我的项目:NativeActivity build.gradle
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.4.0'
}
}
allprojects {
repositories {
jcenter()
}
}
答案 0 :(得分:0)
如果您无法打开此路径
再次尝试使用代理。
运行像freegate这样的代理
cmd类型gradlew -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=8580