From 0997fb98b74e964cce6813f05e1700b17055b5e2 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 7 May 2022 07:04:08 -0400 Subject: [PATCH] docs: lodge into ROADMAP for Android running of Apktool --- ROADMAP.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index b305a648..ddfcc785 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -43,3 +43,9 @@ Suggestions: [#1366](https://github.com/iBotPeaches/Apktool/issues/1366) Applications are getting larger as well as frameworks, but Apktool is getting slower. Suggestions: [#2685](https://github.com/iBotPeaches/Apktool/issues/2685) + +## Android Support +Folks have requested running Apktool on device itself. This has been a challenge due to the arch requirements +that would be placed on the aapt2/aapt binaries. + +Suggestions: [#2811](https://github.com/iBotPeaches/Apktool/issues/2811)