-
Notifications
You must be signed in to change notification settings - Fork 4
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:
- On the mobile device (e.g., Samsung), go to Settings > About phone > Software information > Click the
Build number
5 times. Then sayyes
to enable developer mode. - On the mobile device, download the APK (installer) of interest.
- Go to Files > Downloads and click the downloaded file. After uncompression click the
*.apk
file. - You should get prompted "Unsafe app blocked". Click on
More details
and pressInstall anyways
.
Then simply use the app as you would with any other Android app.