Clients/Android AIM: Difference between revisions

From NINA Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
Sorry, we don't have a complete tutorial yet.
To install AIM for Android, you should be able to download and install it right from your device.


Temporary notes:
'''If you're on Android 14+ and can't install, you must install it from a computer with [https://developer.android.com/tools/adb ADB (Android Debug Bridge)].'''


Must pass <pre>--bypass-low-target-sdk-block</pre> to the <pre>adb install</pre> otherwise will fail with error 13+
== ADB Install ==
Install it by running:
<pre>adb install --bypass-low-target-sdk-block FILENAME.apk</pre>
 
(replace FILENAME.apk with the name of the APK you want to install).

Latest revision as of 00:22, 17 March 2025

To install AIM for Android, you should be able to download and install it right from your device.

If you're on Android 14+ and can't install, you must install it from a computer with ADB (Android Debug Bridge).

ADB Install

Install it by running:

adb install --bypass-low-target-sdk-block FILENAME.apk

(replace FILENAME.apk with the name of the APK you want to install).