Android Local Build Failing

363
0
08-10-2023 11:56 AM
MKa
by
Occasional Contributor III

I have other posts about the tools needed to build.  But I don't know if the wrong install tools on windows are what is causing the local build to fail.  I have installed qt 5.15.6 and some of the required tools (I think they are right), but when I run the build it continues to fail at this point near the end of the build.

 

Updating Android package files with project settings.
 
  -- res/values/libs.xml
 
  -- AndroidManifest.xml 
 
  -- res/values/strings.xml
 
 
Exception in thread "main" 
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
 
 
at sun.security.ssl.Alert.createSSLException(Alert.java:131)

 

 

 

0 Kudos
0 Replies