Skip to content

For transferring files from RoboTutor tablet to an FTP Server. Uploaded 11/20/2018 to XPRIZE from RoboTutorLLC/RoboFiles.

License

Notifications You must be signed in to change notification settings

RoboTutorLLC/RoboFiles

Repository files navigation

RoboTransfer

Steps for generating APK

  1. Clone into a local repo.

  2. If desired, import project into Android Studio

  3. If you do not already have a keystore, follow the steps here to generate a keystore.

  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 (passwords, alias, and file location) 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 xprize flavor. This will generate the file RoboTransfer-xprize.apk. This file should be transferred to the apk folder in your local SystemBuild directory.

private see documentation here

About

For transferring files from RoboTutor tablet to an FTP Server. Uploaded 11/20/2018 to XPRIZE from RoboTutorLLC/RoboFiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages