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 tasksAssembling it is as simple as:
gradlew assembleReleaseInstall simulator proxy application using:
adb install ./app/build/outputs/apk/release/uPSimulatorProxy-release.apkor
gradlew installRelease