NativeActivity示例:错误未知主机' jcenter.bintray.com'通过使用gradle实验插件

时间:2016-03-16 05:47:12

标签: android android-studio java-native-interface android-gradle gradle-experimental

我尝试从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()
    }
}

1 个答案:

答案 0 :(得分:0)

如果您无法打开此路径

  

https://bintray.com/android/android-tools/com.android.tools.build.gradle-experimental/0.4.0/view#files/com/android/tools/build/gradle-experimental

再次尝试使用代理。

  • 运行像freegate这样的代理

  • cmd类型gradlew -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=8580

  • 中的根路径项目