
I'm getting this error, Installing the app.Įxception in thread "main" : : PKIX path building failed: .SunCertPathBuilderException: unable to find valid certification path to requested targetĪt .getSSLException(Alerts.java:192)Īt .fatal(SSLSocketImpl.java:1946)Īt .fatalSE(Handshaker.java:316)Īt .fatalSE(Handshaker.java:310)Īt .serverCertificate(ClientHandshaker.java:1639)Īt .processMessage(ClientHandshaker.java:223)Īt .processLoop(Handshaker.java:1037)Īt .process_record(Handshaker.java:965)Īt .readRecord(SSLSocketImpl.java:1064)Īt .performInitialHandshake(SSLSocketImpl.java:1367)Īt .startHandshake(SSLSocketImpl.java:1395)Īt .startHandshake(SSLSocketImpl.java:1379)Īt .downloadInternal(Download.java:67)Īt .download(Download.java:52)Īt $1.call(Install.java:62)Īt $1.call(Install.java:48)Īt .access(ExclusiveFileAccessManager.java:69)Īt .createDist(Install.java:48)Īt .execute(WrapperExecutor.java:107)Īt .main(GradleWrapperMain.java:63)Ĭaused by: : PKIX path building failed: .SunCertPathBuilderException: unable to find valid certification path to requested targetĪt .doBuild(PKIXValidator.java:450)Īt .engineValidate(PKIXValidator.java:317)Īt .validate(Validator.java:262)Īt 509TrustManagerImpl.validate(X509TrustManagerImpl.java:330)Īt 509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:237)Īt 509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:132)Īt .serverCertificate(ClientHandshaker.java:1621)Ĭaused by: .SunCertPathBuilderException: unable to find valid certification path to requested targetĪt .SunCertPathBuilder.build(SunCertPathBuilder.java:141)Īt .SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)Īt .build(CertPathBuilder.java:280)Īt .doBuild(PKIXValidator.java:445)Įrror Failed to install the app. bach_profile, export JAVA_HOME=$Home/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/HomeĮxport ANDROID_HOME=$HOME/Library/Android/sdkĮxport PATH=$PATH:$ANDROID_HOME/platform-tools


but the terminal throwing the error and exit the process.īut It's working fine in the iOS simulator.Īlready have my android sdk installed and I also have java installed.

I tried to run react native Application in the Android emulator.
