1Ensure that `adb` and `aapt` are available on your path and run: 2$ ./run_gamecore.sh <options> 3 4Usage: ./run_gamecore.sh [--all] [--apk-info=file] [--apk-dir=dir] 5 6Options: 7 -a, --all run all tests 8 -h, --help print this help 9 --apk-info=file An XML file describing the list of APKs for qualifications. 10 --apk-dir=dir Directory containing the APKs for qualifications. If --apk-info is 11 not specified and a file named 'apk-info.xml' exists in --apk-dir, 12 that file will be used as the apk-info. 13