Step 1: Prerequisite

Prerequisite

Download the latest Android SDK zip file, including the Demo App project & SDK Module

Visa Demo App & SDK Module

The SDK requires:

  1. Android 10.0 or above.

  2. Gradle 5 or above.

  3. Android Gradle Plugin 4 or above.

  4. androidx.appcompat:appcompat:1.2.0 or above (the Android Support library is no longer supported).

  5. Java 8 or above, Kotlin 1.6 or above

To run the demo app, it requires:

  1. Android Studio 2021.2.1 or above.

  2. Gradle 7.4 or above.

  3. Android Gradle Plugin 7.2 or above.

Demo App

  1. Please open ${sdkFolder}/VisaSensoryBrandingDemo project by Android Studio, wait a while for the Gradle Sync.

  2. Make sure you connected the emulators or physical devices to the computer, then run the main demo application by typing the command ./gradlew :jetpack-compose:installDebug.

  3. Select the options to test for in the main screen, and press the play button at the top right to see the logo animation.

Last updated