-
Notifications
You must be signed in to change notification settings - Fork 4
Installing and testing app on phone
As the APK itself has not been signed by a trusted developer (yet), we need to enable development options (more details on how to do that here).
This can simply be achieved by:
- Go to
Settings
on your Android phone. - Scroll down to the
About phone
tab and open it. - Click on
Software information
. - Then, click on the
Build number
five times which should prompt a dialog whether you wish to enable developer mode (or similar). - Then go back to
Settings
, scroll all the way down, click onDeveloper options
, and at the top toggle to enable it (it should sayOn
if enabled).
-
To download the APK, simply go to the GitHub Releases here on your mobile device. Then click the
app-release.apk
to start downloading it. -
When the APK is downloaded, you should be prompted whether to run it. If not, you can go to
Files
on your phone to find the downloaded APK file. -
Then click on the APK, which should prompt whether to install the app on your phone.
-
When that is done, you can simply run the app as you would with any app.
Note that you can download any given APK. For instance the APK generated with GitHub Actions (see here). Just note that you need to be signed into GitHub and the artifact gets automatially deleted one month after creation.
To delete the app, simply do as you would any other app. Click and hold the app, which should prompt a dialog whether you wish to Uninstall it. Click uninstall
and OK
to remove it from the device.