-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide
System demands will be increased as later versions roll out, check back for changes.
- 2-core processor. (Single core process may work but will experience hiccups)
- 256MB of RAM.
- Android 7 or higher.
This section will walk you through how to download & compile the code.
-
Clone this repo:
- Development branch:
git clone --depth 1 https://github.com/knighthat/InteractiveDeck-Android - Release (latest):
git clone --depth 1 https://github.com/knighthat/InteractiveDeck-Android/tree/latest
- Development branch:
-
Go to source directory:
cd InteractiveDeck-Android -
Compile source with:
gradlew.bat assembleReleaseThis will compile the source code to unsigned version.
To properly sign the APK, follow the instruction on Sign your app. -
Compiled APK file will be located at app/build/outputs/apk/release/InteractiveDeck.apk
Project is still in beta version, it is marked release because it meets certain requirements, not because it is stable.
Latest release can be found HERE.
If you prefer truly latest version (bleeding edge/experimental features).
Please follow Manual Installation steps to compile code from development
branch.