Skip to content

Android Installation

Jay Lee edited this page Jan 28, 2020 · 5 revisions

GAM now runs on 64-bit Android devices such as Google's Pixel phones. The installation requires an app that adds the Linux environment to Android such as UserLAnd.

Note: Chromebooks / Chrome OS devices should install GAM using these instructions.

  1. Install the UserLAnd app.
  2. Click Debian to install a Debian environment.
  3. Set a username and password.
  4. Choose SSH for connection type.
  5. Once setup, login with the password to get to a Linux shell.
  6. Run the following commands to install prerequisites:
    sudo apt update
    sudo apt install curl python3
  1. Now you can follow the quick install Linux instructions.
Clone this wiki locally