Replies: 3 comments 1 reply
-
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 This suggest that gradle cannot make a secure https connection. Reasons why that may be (in the order of likeliness):
The nature of the error makes it difficult to pinpoint the exact cause, but it is a client side environment issue.
This isn't your issue at hand but will be an issue later. Build Tools 36 is currently not supported. cordova-android@13 will expect the latest version of build tools 34. cordova-android@14 (not yet released) will expect the latest version of build tools 35. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the prompt response Norman, I've updated my software as follows:
I am not running a VPN, am running an up to date version of Windows 11 and am getting the following error:
If you can recommend software versions that work together I would happily uninstall what I have and start fresh. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Thanks, that worked. |
Beta Was this translation helpful? Give feedback.
-
I've recently updated Android Studio and am now having the following error output on build, I am running the latest Android SDK Build-Tools 36-rc5, Android SDK Command-line Tools and CMake. I also have Android Emulator, Android Emulator hypervision driver, Android SDK Platform-Tools, Google Play services, Google Repository and SDK Patch Applier v4 installed. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions