CodeDoctor

Results 445 comments of CodeDoctor

you can follow it here: https://gitlab.com/IzzyOnDroid/repo/-/issues/827

izzy on droid won't accept us due to the binary size I can't sadly reduce. Need to see what else i can do

Thanks for pointing it out. I tried the strategies but it only gave ~1mb less. I analyzed the apk a bit and found out that most of the size comes...

An update from my side: I added the build option to the build.gradle.kts and added these binaries to the github actions in ab84a977b26c2b17116ba7135968b9dfde4eb7e9. The next nightly will be released tomorrow...

The thing is: I use super_clipboard which uses super_native_extensions that has rust under it. I will look at it tomorrow: https://github.com/superlistapp/super_native_extensions

I don't find a solution but I think the binaries gets built different on different ndk versions: https://github.com/superlistapp/super_native_extensions/issues/548#issuecomment-3342202400...

I'm not sure what you mean? You want to build the apk yourself or using the prebuilt .so files? But I'm not sure how it should work

It sounds good to me, it's the same command as in https://github.com/LinwoodDev/Butterfly/blob/9bbfe93a17422a362b8a3dd6be2230ccbc824cb0/.github/workflows/build.yml#L65. Is the problem of super-natives still present?

I looked a bit and these libs are written in rust: github.com/superlistapp/super_native_extensions and https://github.com/irondash/irondash. I looked around and found out that rust isn't really reproducable and deterministic when building things:...