Install the downloaded APK
- Confirm Android app support. Open Settings → Apps → Manage Google Play preferences. If that option is absent, the Chromebook cannot run Android APKs.
- Set up Linux. Open Settings → About ChromeOS → Developers. Beside Linux development environment, select Set up and finish the prompts.
- Enable ADB debugging. In Settings, open Developers → Linux development environment → Develop Android apps. Turn on Enable ADB debugging, restart, then confirm and sign in.
-
Make the APK visible to Linux. In the Files app,
open Downloads. If Linux cannot read the file, right-click
Conways-Game-Of-Life-Lab-2.0-ChromeOS.apkand choose Share with Linux. -
Install ADB. Open the Terminal app and run:
sudo apt update sudo apt install adb -
Connect to ChromeOS Android. Run:
Accept the debugging authorization prompt that appears.adb connect arc -
Install or update the app. Run:
Theadb install -r "/mnt/chromeos/MyFiles/Downloads/Conways-Game-Of-Life-Lab-2.0-ChromeOS.apk"-rflag replaces an older copy while preserving its app data. - Open it. Find the app in the ChromeOS Launcher. Its window starts maximized in landscape and can be resized or tiled.