docs: List supported ABIs correctly and add a mention how to use other ones

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
kitadai31 2024-09-01 23:36:34 +09:00 committed by GitHub
parent 7e8fb5722a
commit 74ff94037e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ To use ReVanced CLI, you will need to fulfill specific requirements.
- Java Runtime Environment 11 ([Azul Zulu JRE](https://www.azul.com/downloads/?version=java-11-lts&package=jre#zulu) or [OpenJDK](https://jdk.java.net/archive/))
- [Android Debug Bridge (ADB)](https://developer.android.com/studio/command-line/adb) if you want to install the patched APK file on your device
- An ABI other than ARMv7 such as x86 or x86-64 (or a custom AAPT binary that supports ARMv7)
- x86 or x86-64 (For [other architectures](https://github.com/ReVanced/revanced-manager/tree/main/android/app/src/main/jniLibs) use the `--custom-aapt2-binary` option)
## ⏭️ Whats next