Skip to content

Run Sample Application on Android Things

Xujiaao edited this page Jun 10, 2018 · 7 revisions

n. Download and Install Vysor on your Computer

m. Power up the Android Things and Connect it:

````bash
$ adb connect Android.local
````
  1. Open Vysor, Click the "View" Button in the devices list:

  1. Download and Install the Sample Application:
$ adb install android-firmata-sample-release.apk
  1. Start the Sample Application:
$ adb shell am start -n com.xujiaao.android.firmata.sample/.SampleListActivity
  1. Back to Vysor:

Clone this wiki locally