Skip to content

Android app installation

André Pedersen edited this page Oct 3, 2023 · 1 revision

Luckily, installing apps on Android is A LOT easier than on iOS. This is because Android allows users to install any app, even from unknown developers. However, to allow installation of apps (through APKs - android app installers), some steps are required:

  1. On the mobile device (e.g., Samsung), go to Settings > About phone > Software information > Click the Build number 5 times. Then say yes to enable developer mode.
  2. On the mobile device, download the APK (installer) of interest.
  3. Go to Files > Downloads and click the downloaded file. After uncompression click the *.apk file.
  4. You should get prompted "Unsafe app blocked". Click on More details and press Install anyways.

Then simply use the app as you would with any other Android app.

Clone this wiki locally