android-app-2-activities/README.md

404 B

Android App with 2 Activities

Goal is to have an Android Application with "more than 1 activiy" and thus to allow enable to start those Activities The app package is named app.twoactivities

usage

  1. clone this repo
  2. run
./build-android-app.sh
  1. upon success the apk file created is in app/result/app.apk and can be installed via adb
adb install -r app/result/app.apk