Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 392 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 392 Bytes

Google App Stub

This app simulates Google's app being installed, useful for Android Auto

Build

  1. clone this repo
  2. run ./gradlew
  3. get the Android sdk
  4. set the SDK env var like this:
export ANDROID_SDK_ROOT=<PATH_TO_SDK>
  1. run ./gradlew build

Sign

apksigner sign --key key.pk8 --cert key.x509.pem app/build/outputs/apk/release/app-release-unsigned.apk