Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 938 Bytes

README.adoc

File metadata and controls

44 lines (36 loc) · 938 Bytes

Simulator Proxy Android App

1. Overview

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).

2. Getting Started

2.1. Building the Project

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

2.2. Installing the Build

Install simulator proxy application using:

adb install ./app/build/outputs/apk/release/uPSimulatorProxy-release.apk

or

gradlew installRelease

2.3. Starting the Application

Start simulator proxy application using:

adb shell am start -n org.eclipse.uprotocol.simulatorproxy/.MainActivity