Skip to content

User Guide: SDKs > Android SDK > Prerequisites

Prerequisites

  • Java Development Kit (JDK) - https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html
  • Android Studio: preferred latest one Meerkat
  • Android Gradle Plugin: 8.3.0
  • If you are using an untrusted self-signed (SSL) certificate with installation, enable the VoltMXClient.acceptSelfSignedCertificates(); API. By default, native apps do not allow untrusted SSL certificates for HTTPS connection. For more details, refer to SSL API.