tree: 39f99d9c6fb818fd9140637d4c4af445e7e8815e [path history] [tgz]
  1. res/
  2. src/
  3. Android.bp
  4. AndroidManifest.xml
  5. build.gradle
  6. readme.md
RotaryPlayground/readme.md

Rotary Playground: Test app for rotary controller

Building

make RotaryPlayground

Installing

adb install out/target/product/[hardware]/system/app/RotaryPlayground/RotaryPlayground.apk

Once installed, launch Rotary Playground in the Launcher, or with this adb command:

adb shell am start -n com.android.car.rotaryplayground/com.android.car.rotaryplayground.RotaryActivity

Tools

goRotary.sh

This script helps you to build, install and run the app.

  • To build
cd $ANDROID_BUILD_TOP
packages/apps/Car/tests/tools/goRotary.sh b

The apks and android.car.jar are in /tmp/rotary by default.

  • To install
packages/apps/Car/tests/tools/goRotary.sh i
  • To run
packages/apps/Car/tests/tools/goRotary.sh r