anestisb / vdexExtractor

Tool to decompile & extract Android Dex bytecode from Vdex files
Apache License 2.0
1k stars 215 forks source link

Compiling compact dex converter for linux ARM #67

Open 3droj7 opened 4 years ago

3droj7 commented 4 years ago

Hey, Is there an easy way to statically compile the Compact Dex Converter for Linux (Ubuntu 16.04) on ARM 64?

Because it should be compiled with the AOSP ART using ndk-build and it seems that there's no Android SDK for ARM

Is there maybe another solution?

Thanks!