Skip to content Skip to sidebar Skip to footer

NativeActivity Sample : Error Unknown Host 'jcenter.bintray.com' By Using Gradle Experimental Plugin

I tried building the nativeActivity code from the samples in Android Studio 1.5.1 but I am getting this error : Error:Unknown host 'jcenter.bintray.com'. You may need to adjus

Solution 1:

f you're unable to open this path

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

Using proxy try again.

  • run a proxy like freegate

  • the root path project in cmd type gradlew -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=8580


Post a Comment for "NativeActivity Sample : Error Unknown Host 'jcenter.bintray.com' By Using Gradle Experimental Plugin"