AriesDemo Android app

This project shows how the mobile bindings created from Aries-Framework-Go can be used in a native Android app.

1. Requirements

2. Open this project in Android Studio

2.1 From the Android Studio main dialog

  • Select Open an existing Android Studio project... on the menu.

2.2 From inside of an open Android Studio project

  • In the Android Studio menu, go to File > Open....
  • Select the folder containing your project and click Open (then New window).
  • In the /gradlew and /gradle.bat files, change CLASSPATH if you need to.

3. Import the library

Follow the steps here.

3. Build and Run Project

  • Build: Go to Build > Make Project
  • Run: Go to Run > Run....