-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compact Dex on Windows #38
Comments
The Cdex converter tool is utilizing the upstream AOSP libdexlayout to create the Dex IR and export back to a standard Dex file. Since AOSP doesn't support Windows builds, and libdexlayout cannot be build as a standalone lib it requires a heavy rewrite, which is not something trivial for an IR library. Unfortunately, no other OSS Dex IR libs exist to use instead. I'll keep this one open as a potential future enhancement, although it's something that takes time, which I don't have available at the moment. |
Also check #25 (comment) to understand why the de-odexing anchor is not a priority for me. |
Ok thanks for answer. I will clone the AOSP sources and try to cross compiling in linux to windows. |
@anestisb @breakersvd I can confirm that flinux 0.21 can run a statically linked 32-bit By the way, I think a 32-bit binary could also help solving @superr's problem in #29. I followed @Furniel's suggestions to remove some x86 flags. I included flinux 0.21 and several prebuilt The 32-bit Linux version
This is just a workaround at the moment, not a proper solution. It would be better if someone could cross-compile the ART library in Cygwin/MinGW. |
@linusyang |
@Nightmare-MYS You need to put everything in the same directory.
|
@linusyang This is a big headache, and I want to write it in batch Later, I also found out his problem after this, |
@anestisb
Hi Dev,
As you now compiling AOSP in windows is not available so we can not compile the
compact dex converter
for android Pie for windows.could you add support to compiling it on windows or create a project on Github like
vdexExtractor
so we can compile it onCygwin
too as i do withvdexExtractor
?The text was updated successfully, but these errors were encountered: