Skip to content

Run Sample Application on Android Things

Xujiaao edited this page Jun 10, 2018 · 7 revisions
  1. Download and Install Vysor on your Computer

  2. Power up the Android Things and Connect it:

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

  4. Download and Install the Sample Application:

    $ adb install android-firmata-sample-release.apk
  5. Start the Sample Application:

    $ adb shell am start -n com.xujiaao.android.firmata.sample/.SampleListActivity
  6. Back to Vysor:

Clone this wiki locally