Clients/Android AIM: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Animadoria (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
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 [https://developer.android.com/tools/adb ADB (Android Debug Bridge)].''' | |||
== 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).