Jon

Results 27 comments of Jon

Hi @victorwads , I am sorry but I haven't had much time to dedicate to this project. If you'd like to try building the binaries yourself, please take a look...

Hi @rupesh-kumar-lpu , have you looked at using the binary instead of the shared library? https://github.com/JonForShort/android-tools/tree/master/build/android-11.0.0_r33/aapt2/x86/bin If you want to try to debug this issue, one suggestion is to dump...

Hi @RinOrz , would you mind sharing the error you encountered?

Thanks @RinOrz . From the logs, I can't see why it is failing. What is the full command you are passing to "aapt2"? If I have time, I'll try to...

@zhaowq32 , frida is currently building with android ndk 17b. https://dl.google.com/android/repository/android-ndk-r17b-windows-x86_64.zip Please give that a try and see if your problem goes away.

Hi @neoz , would you mind providing the steps you used to get this error? Also, have you tried this on a different device/emulator e.g. the standard Android emulator? Thanks.

It looks like you are not building with -fPIC set. Can you explain a bit more about how you are building the project?