From 74ff94037eb20ee1ef9c3b7d7214b2356176abc3 Mon Sep 17 00:00:00 2001 From: kitadai31 <90122968+kitadai31@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:36:34 +0900 Subject: [PATCH] docs: List supported ABIs correctly and add a mention how to use other ones Co-authored-by: oSumAtrIX --- docs/0_prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/0_prerequisites.md b/docs/0_prerequisites.md index 190fe5f9..c3f57460 100644 --- a/docs/0_prerequisites.md +++ b/docs/0_prerequisites.md @@ -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