I’m trying to install the latest Android Studio on a MacBook pro 2015 Unfortunately I get this error: An error occurred while trying to compute required packages. Here a screenshot of the error: which is not very informative. What’s causing the problem? EDIT This is the exception I get when I run the application from the terminal: EDIT Google has
Tag: android-sdk-2.3
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. Android 2.3
In my server (production server), I have a goDaddy ssl certificate. I have both iOS and Android apps connecting with the server, iOS connecting with no problems, android with versions 4.* everything is good, but with devices with 2.3.* I always get a SSLHandshakeException. I did exactly like on Android Developers page (https://developer.android.com/training/articles/security-ssl.html). I already saw similar threads here in