Luke Aschenbrenner

Results 12 comments of Luke Aschenbrenner

Thank you for the reply, I will test and report back soon.

@hyperxpro Just a quick update: I tried to run `Brotli4jLoader.ensureAvailability()` but the code threw this exception: `java.lang.UnsatisfiedLinkError: Failed to load Brotli native library at com.aayushatharva.brotli4j.Brotli4jLoader.ensureAvailability(Brotli4jLoader.java:79)` I'm guessing this means that...

Sure thing! This was the full stack trace from the error: ``` 2022-11-16 18:19:38.498 6455-6455/com.txtnet.txtnetbrowser D/AndroidRuntime: Shutting down VM 2022-11-16 18:19:38.500 6455-6455/com.txtnet.txtnetbrowser E/AndroidRuntime: FATAL EXCEPTION: main Process: com.txtnet.txtnetbrowser, PID: 6455...

Hello, Just checking in to see if you have any updates on how this stack trace should be interpreted.

Thank you for responding! No problem. Let me know if I can help in any way; I would be interested in learning more about compiling the binaries you provide for...

I understand, thank you for letting me know and I appreciate that you're looking into it for the future. Do you have any links or resources that might help to...

Thank you so much! I attempted to build the object file for ARMv7 myself but the build failed. It seems as though the GitHub actions for the JDK17 docker action...

I believe the library compiled correctly, sadly I am unable to load it on Android because the Android C++ linking system requires specific flags and arguments that require the Android...

I tested my app as both an ARMv7-only executable and ARMv8 (native) executable on a device running Android 13. It looks like Brotli would need to be compiled differently to...

I will do a PR once I finish compiling it myself. Right now I'm moving forward with a Java-native port of Brotli instead, but within the next couple months I...