I had the same issue.
It’s called client isolation.
And it’s not something IT should be able to disable on a whim unless you have an iron clad business need.
Your best best Is to create a hot spot with you phone and connect the laptop to it.
The good news is that it’s easy to ask your IT if they are enforcing client isolation.
Being honest I’m not a fan of that app as it’s so far away from what you would actually do yourself to not produce a result which can be taken seriously. I hardly ever use it.
From a development stance I much prefer to selectively inject providers based on if I’m using a browser or actual device when it comes to plugins etc, then you are not relying on hardware physically being there and working in order to develop your app.
+1 for this. Use mocks for your plugins, or write a tiny service that uses a plugin if you’re on a device, and uses an Angular solution if you’re on a browser.
This is awesome stuff and will help me down the line.
However, still doesn’t help me test on the device. I have a starter account as we are doing a POC. We want to see if Ionic can do what we need it to. With the starter account, I can’t deploy to the device so I am tied to using the ionic devapp
I bet I’m the one missing the pieces of the puzzle. You seem to know what’s going on LOL.
With the Ionic Pro Starter level we are on, you (as far as I know) build an APK file for example to put on the device. It won’t let me build binaries. Now of course, I could buy a pro account which may happen but I was looking to try this out (and the other tech we are evaluating) to decide.
If you’re running a PC of any kind you can install a android Studio from google which will give you the proper sdk’s to build the app and deploy to an android device for free.
It also includes the emulator.
> ionic cordova emulate android —livereload
Or
> ionic cordova run android —livereload
The second one to run on the device itself.
You can do the whole job lot including creating production builds for google play, but of course not Apple without having an Apple Developer account and a Mac / Ionic Pro.
Also… just thought of this. Sign up for a phonegap build account. They’ll build your android and iOS apps for free. Though once again for Apple you need a developer account in order to sign the ipa, even for developing.
Get a virtual android device set up at a minimum. You might have to google a bit for help with setting up paths to the sdk n stuff, but at least if you get the virtual android device up and running you’re 90% of the way there.
I did this… and finally got android studio to show an emulator on its own.
However, it I try opening the build.gradle I got issues “unable to find valid certification path to requested target”
If I try to emulate from ionic cordova emulate android --list it shows no emulators.
when I try ionic cordova emulate android --target NEXUS_5X_API_25 it goes through says the app is deployed, but never opens the emulator (or use the open one if I have one)
Its amazing to have to go through all this to debug a login page. The concept of Ionic DevApp is great but if you can’t use it to debug the login…
Unfortunately, even though I do have JDK installed, it seems to not be happy:
c:\ionicnativetest>ionic cordova build android
Running app-scripts build: --platform android --target cordova
[13:24:24] build dev started …
[13:24:24] clean started …
[13:24:24] clean finished in 7 ms
[13:24:24] copy started …
[13:24:24] deeplinks started …
[13:24:24] deeplinks finished in 389 ms
[13:24:24] transpile started …
[13:24:35] transpile finished in 10.61 s
[13:24:35] preprocess started …
[13:24:35] preprocess finished in 2 ms
[13:24:35] webpack started …
[13:24:35] copy finished in 11.87 s
[13:24:48] webpack finished in 13.40 s
[13:24:48] sass started …
Without from option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to undefined to prev
ent this warning.
[13:24:51] sass finished in 2.89 s
[13:24:51] postprocess started …
[13:24:52] postprocess finished in 149 ms
[13:24:52] lint started …
[13:24:52] build dev finished in 28.04 s
cordova build android
[13:25:00] lint finished in 8.31 s
Android Studio project detected
ANDROID_HOME=C:\Users\XXXX\AppData\Local\Android\sdk
JAVA_HOME=C:\Program Files\java\jdk-9.0.4
(node:12640) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): CordovaError: Requirements check failed for JDK 1.8 or g
reater
(node:12640) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will te
rminate the Node.js process with a non-zero exit code.
C:\ionicnativetest>ionic cordova emulate android
Running app-scripts build: --platform android --target cordova
[13:28:28] build dev started …
[13:28:28] clean started …
[13:28:28] clean finished in 7 ms
[13:28:28] copy started …
[13:28:29] deeplinks started …
[13:28:29] deeplinks finished in 365 ms
[13:28:29] transpile started …
[13:28:40] transpile finished in 11.04 s
[13:28:40] preprocess started …
[13:28:40] preprocess finished in 1 ms
[13:28:40] webpack started …
[13:28:40] copy finished in 12.12 s
[13:28:53] webpack finished in 12.54 s
[13:28:53] sass started …
Without from option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to undefined to prev
ent this warning.
[13:28:55] sass finished in 2.15 s
[13:28:55] postprocess started …
[13:28:55] postprocess finished in 58 ms
[13:28:55] lint started …
[13:28:55] build dev finished in 26.73 s
cordova emulate android
Android Studio project detected
ANDROID_HOME=C:\Users\XXXXX\AppData\Local\Android\sdk
JAVA_HOME=C:\Program Files\java\jdk-9.0.4
(node:21380) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): CordovaError: Requirements check failed for JDK 1.8 or g
reater
(node:21380) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will te
rminate the Node.js process with a non-zero exit code.
[13:29:03] lint finished in 7.61 s
[OK] Your app has been deployed.
Did you know you can live-reload changes from your app with --livereload?
Update yours to a version you actually have that’s 1.8.x at least. Close your command prompt when done and reopen just to make sure the change takes effect.
Tbf you need to get this right to build anything Android so don’t think it would be smoother with any other framework.
The folder appears correct though:
C:\Program Files\java\jdk-9.0.4
I removed that version and put 1.8.0_162 and it seems at least try to compile it.
Sorry about this but it won’t let me attach as file.
e[2Ke[GRunning app-scripts build: --platform android --target cordova
[14:29:11] build dev started …
[14:29:11] clean started …
[14:29:11] clean finished in 8 ms
[14:29:11] copy started …
[14:29:11] deeplinks started …
[14:29:11] deeplinks finished in 225 ms
[14:29:11] transpile started …
[14:29:23] transpile finished in 11.28 s
[14:29:23] preprocess started …
[14:29:23] preprocess finished in 1 ms
[14:29:23] webpack started …
[14:29:23] copy finished in 12.38 s
[14:29:39] webpack finished in 16.52 s
[14:29:39] sass started …
[14:29:41] sass finished in 1.62 s
[14:29:41] postprocess started …
[14:29:41] postprocess finished in 23 ms
[14:29:41] lint started …
[14:29:41] build dev finished in 30.25 s
e[2Ke[G> cordova build android
e[2Ke[GAndroid Studio project detected
e[2Ke[G
[14:29:52] lint finished in 10.80 s
e[2Ke[GANDROID_HOME=C:\Users\XXXX\AppData\Local\Android\sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_162
studio
e[2Ke[GSubproject Path: CordovaLib
e[2Ke[GSubproject Path: app
e[2Ke[G
e[2Ke[GFAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring root project ‘android’.
Could not resolve all files for configuration ‘:classpath’.
Could not resolve org.jetbrains.kotlin:kotlin-stdlib:1.1.3-2.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.lint:lint:26.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools:sdk-common:26.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools:sdklib:26.0.0 > com.android.tools:repository:26.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.lint:lint:26.0.0 > com.android.tools.lint:lint-checks:26.0.0 > com.android.tools.lint:lint-api:26.0.0
Could not resolve org.jetbrains.kotlin:kotlin-stdlib:1.1.3-2.
Could not get resource ‘https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/kotlin-stdlib-1.1.3-2.pom’.
Could not GET ‘https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/kotlin-stdlib-1.1.3-2.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve org.ow2.asm:asm:5.1.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.lint:lint:26.0.0 > com.android.tools.lint:lint-checks:26.0.0 > com.android.tools.lint:lint-api:26.0.0
Could not resolve org.ow2.asm:asm:5.1.
Could not get resource ‘https://jcenter.bintray.com/org/ow2/asm/asm/5.1/asm-5.1.pom’.
Could not GET ‘https://jcenter.bintray.com/org/ow2/asm/asm/5.1/asm-5.1.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve org.ow2.asm:asm-analysis:5.1.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.lint:lint:26.0.0 > com.android.tools.lint:lint-checks:26.0.0
Could not resolve org.ow2.asm:asm-analysis:5.1.
Could not get resource ‘https://jcenter.bintray.com/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.pom’.
Could not GET ‘https://jcenter.bintray.com/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve org.ow2.asm:asm-commons:5.1.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0
Could not resolve org.ow2.asm:asm-commons:5.1.
Could not get resource ‘https://jcenter.bintray.com/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom’.
Could not GET ‘https://jcenter.bintray.com/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve org.ow2.asm:asm-util:5.1.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0
Could not resolve org.ow2.asm:asm-util:5.1.
Could not get resource ‘https://jcenter.bintray.com/org/ow2/asm/asm-util/5.1/asm-util-5.1.pom’.
Could not GET ‘https://jcenter.bintray.com/org/ow2/asm/asm-util/5.1/asm-util-5.1.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve org.jacoco:org.jacoco.core:0.7.4.201502262128.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0
Could not resolve net.sf.jopt-simple:jopt-simple:4.9.
e[2Ke[G Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0
e[2Ke[G project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0
Could not resolve net.sf.jopt-simple:jopt-simple:4.9.
Could not get resource ‘https://jcenter.bintray.com/net/sf/jopt-simple/jopt-simple/4.9/jopt-simple-4.9.pom’.
Could not GET ‘https://jcenter.bintray.com/net/sf/jopt-simple/jopt-simple/4.9/jopt-simple-4.9.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve net.sf.proguard:proguard-gradle:5.3.3.
Required by:
e[2Ke[G project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0
Could not resolve net.sf.proguard:proguard-gradle:5.3.3.
Could not get resource ‘https://jcenter.bintray.com/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.pom’.
Could not GET ‘https://jcenter.bintray.com/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve com.google.protobuf:protobuf-java:3.0.0.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools:sdk-common:26.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools.analytics-library:protos:26.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools.analytics-library:tracker:26.0.0
Could not resolve com.google.protobuf:protobuf-java:3.0.0.
Could not get resource ‘https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.0.0/protobuf-java-3.0.0.pom’.
Could not GET ‘https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.0.0/protobuf-java-3.0.0.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve com.squareup:javawriter:2.5.0.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0
Could not resolve com.squareup:javawriter:2.5.0.
e[2Ke[G > Could not get resource ‘https://jcenter.bintray.com/com/squareup/javawriter/2.5.0/javawriter-2.5.0.pom’.
Could not GET ‘https://jcenter.bintray.com/com/squareup/javawriter/2.5.0/javawriter-2.5.0.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
e[2Ke[G > Could not resolve org.bouncycastle:bcpkix-jdk15on:1.56.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools:sdk-common:26.0.0
Could not resolve org.bouncycastle:bcpkix-jdk15on:1.56.
Could not get resource ‘https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56.pom’.
Could not GET ‘https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve org.bouncycastle:bcprov-jdk15on:1.56.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools:sdk-common:26.0.0
Could not resolve org.bouncycastle:bcprov-jdk15on:1.56.
Could not get resource ‘https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.pom’.
Could not GET ‘https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve org.ow2.asm:asm-tree:5.1.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.lint:lint:26.0.0 > com.android.tools.lint:lint-checks:26.0.0 > com.android.tools.lint:lint-api:26.0.0
Could not resolve org.ow2.asm:asm-tree:5.1.
Could not get resource ‘https://jcenter.bintray.com/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.pom’.
Could not GET ‘https://jcenter.bintray.com/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve it.unimi.dsi:fastutil:7.2.0.
e[2Ke[G Required by:
e[2Ke[G
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0
e[2Ke[G > Could not resolve it.unimi.dsi:fastutil:7.2.0.
Could not get resource ‘https://jcenter.bintray.com/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.pom’.
e[2Ke[G > Could not GET ‘https://jcenter.bintray.com/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.pom’.
e[2Ke[G> sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve com.googlecode.json-simple:json-simple:1.1.
e[2Ke[G Required by:
e[2Ke[G
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0
Could not resolve com.googlecode.json-simple:json-simple:1.1.
Could not get resource ‘https://jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom’.
Could not GET ‘https://jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve org.eclipse.jdt.core.compiler:ecj:4.6.1.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.lint:lint:26.0.0
Could not resolve org.eclipse.jdt.core.compiler:ecj:4.6.1.
Could not get resource ‘https://jcenter.bintray.com/org/eclipse/jdt/core/compiler/ecj/4.6.1/ecj-4.6.1.pom’.
Could not GET ‘https://jcenter.bintray.com/org/eclipse/jdt/core/compiler/ecj/4.6.1/ecj-4.6.1.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve com.google.guava:guava:22.0.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:gradle-api:3.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.databinding:compilerCommon:3.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools:common:26.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools.analytics-library:shared:26.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools.analytics-library:tracker:26.0.0
Could not resolve com.google.guava:guava:22.0.
Could not get resource ‘https://jcenter.bintray.com/com/google/guava/guava/22.0/guava-22.0.pom’.
Could not GET ‘https://jcenter.bintray.com/com/google/guava/guava/22.0/guava-22.0.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve org.antlr:antlr4:4.5.3.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.databinding:compilerCommon:3.0.0
e[2Ke[G > Could not resolve org.antlr:antlr4:4.5.3.
Could not get resource ‘https://jcenter.bintray.com/org/antlr/antlr4/4.5.3/antlr4-4.5.3.pom’.
e[2Ke[G> Could not GET ‘https://jcenter.bintray.com/org/antlr/antlr4/4.5.3/antlr4-4.5.3.pom’.
> sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve commons-io:commons-io:2.4.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.databinding:compilerCommon:3.0.0
Could not resolve commons-io:commons-io:2.4.
Could not get resource ‘https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.pom’.
Could not GET ‘https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve com.googlecode.juniversalchardet:juniversalchardet:1.0.3.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.databinding:compilerCommon:3.0.0
Could not resolve com.googlecode.juniversalchardet:juniversalchardet:1.0.3.
Could not get resource ‘https://jcenter.bintray.com/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom’.
Could not GET ‘https://jcenter.bintray.com/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve com.google.code.gson:gson:2.3.
Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools:sdklib:26.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools.build:manifest-merger:26.0.0
e[2Ke[G project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools.analytics-library:shared:26.0.0
e[2Ke[G
Could not resolve com.google.code.gson:gson:2.3.
Could not get resource ‘https://jcenter.bintray.com/com/google/code/gson/gson/2.3/gson-2.3.pom’.
Could not GET ‘https://jcenter.bintray.com/com/google/code/gson/gson/2.3/gson-2.3.pom’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
e[2Ke[G
e[2Ke[G > Could not resolve org.apache.commons:commons-compress:1.12.
e[2Ke[G Required by:
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools:sdklib:26.0.0
project : > com.android.tools.build:gradle:3.0.0 > com.android.tools.build:gradle-core:3.0.0 > com.android.tools.build:builder:3.0.0 > com.android.tools:sdklib:26.0.0 > com.android.tools:repository:26.0.0
Could not resolve org.apache.commons:commons-compress:1.12.
e[2Ke[Gsun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could not resolve org.apache.httpcomponents:httpmime:4.1.