Skip to content

Installation Guide

Knight Hat edited this page Oct 16, 2023 · 1 revision

Table of Contents

  1. Requirements
  2. Manual Installation
  3. Download Prebuilt

Requirements

System demands will be increased as later versions roll out, check back for changes.

  1. 2-core processor. (Single core process may work but will experience hiccups)
  2. 256MB of RAM.
  3. Android 7 or higher.

Manual Installation

This section will walk you through how to download & compile the code.

  1. 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
  2. Go to source directory: cd InteractiveDeck-Android

  3. Compile source with: gradlew.bat assembleRelease

    This will compile the source code to unsigned version.
    To properly sign the APK, follow the instruction on Sign your app.

  4. Compiled APK file will be located at app/build/outputs/apk/release/InteractiveDeck.apk

Download Prebuilt

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.