nyxiereal / ReVancedPacker

RVP - ReVanced APK Compiler written in Python 3.11.4
GNU General Public License v2.0
298 stars 24 forks source link

Ability to select specific architecture #3

Closed MF-Debug closed 2 years ago

MF-Debug commented 2 years ago

Hello, is it possible to add an option to compile the apk for a specific architecture such as armv7, armv8, x86 etc.? Thanks!

nyxiereal commented 2 years ago

image

The version i'm using have "universal" architecture

MF-Debug commented 2 years ago

Yes, I get that. But I was asking if it is possible to extract the individual architectures from this universal apk & compile them separately while the final apk with revanced is being prepared. In this way the size of the final apk would be much less than it is now currently.

nyxiereal commented 2 years ago

i can't do that with latest release image