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
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"