Table of Contents
The Simulator Proxy is an Android App serves as a bridge between a Python-based up-simulator and an Android up Client Library (up-client-android-java).
The Android Gradle Plugin provides several standard tasks that are commonly used in Android projects. To view the complete list, you can use the following command:
gradlew tasks
Assembling it is as simple as:
gradlew assembleRelease
Install simulator proxy application using:
adb install ./app/build/outputs/apk/release/uPSimulatorProxy-release.apk
or
gradlew installRelease