I try build my apache cordova project. It's working in Ripple but is not working "Google Android Emulator". environment variables are correct.
>Could not Get 'https://repo1.maven.org/maven2/com/android/tools/build/gradle/1.5.0/gradle-1.5.0.pom'.
>peer not authenticated
You need to import a certificate, to do this follow the below steps:
JDK_HOME/jre/lib/security
folderJDK_HOME/jre/lib/security
folderImport the certificate into java:
keytool -import -alias <the short name of the server> -file <cert_file_name_you_exported.cer> -keystore cacerts -storepass changeit
Restart your visual studio and run the app again.