Skip to content

A RoboTutor-managed Android Home Screen launcher app (enables APP PINNING). Uploaded 11/20/2018 to XPRIZE from RoboTutorLLC/RoboSuiteLauncher.

License

Notifications You must be signed in to change notification settings

RoboTutorLLC/RoboSuiteLauncher

Repository files navigation

License

RoboTutor Home Screen

This repository contains the Home Screen that may be used to provide Android Home Screen support if RoboTutor is run in a Kiosk configuration.

Setup and Configuration:

Install Android Studio

Install GitHub Desktop

Building Home_Screen:

  1. Clone Home_Screen to your computer using Git/GitHub

  2. Import the Home_Screen project into Android Studio.

  3. You may need to install different versions of the Android Studio build tools and SDKs.

  4. Add a file named "keystore.properties" to your root project directory, and give it the following contents. The values should be based on the values you used to generate the keystore.

storePassword=<your_store_password>
keyPassword=<your_key_password>
keyAlias=<your_key_alias>
storeFile=<path_to_location_of_keystore>
  1. Use Android Studio or gradlew to generate a signed APK with the flavor xprize. This will generate the file RoboLaunch.xprize.1.0.0.apk. This file should be transferred to the apk folder in your local SystemBuild directory.

About

A RoboTutor-managed Android Home Screen launcher app (enables APP PINNING). Uploaded 11/20/2018 to XPRIZE from RoboTutorLLC/RoboSuiteLauncher.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages