You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I analyzed APK that built using different machines. On macos the result APK size is normal about 23MB, but on Linux Ubuntu the result APK size is about 30MB.
When I analyzing the apk, the differences is in librive_text.so, when built on macos it's only about 2-3MB but when built on linux it's about 12-13 MB.
The text was updated successfully, but these errors were encountered:
It turns out that the cause is the difference in the android ndk version in android/app/build.gradle and in rive_common. Causing the librive_text.so binary to fail to be stripped.
I analyzed APK that built using different machines. On macos the result APK size is normal about 23MB, but on Linux Ubuntu the result APK size is about 30MB.
When I analyzing the apk, the differences is in librive_text.so, when built on macos it's only about 2-3MB but when built on linux it's about 12-13 MB.
The text was updated successfully, but these errors were encountered: