Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 272 Bytes

build_and_run_android.adoc

File metadata and controls

9 lines (6 loc) · 272 Bytes

Build and run the client

With an attached device or emulator running, invoke the code and see the results of the REST request:

mvn clean package android:deploy android:run

The command builds the Android app and runs it in the emulator or attached device.