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
Doing release build targeting Android (x64 in this case) doesn't strip the resulting .so files, meaning libmonosgen-2.0.so is 18 MB in size, but when stripped, 3.67 MB. The same goes for libmono-component-*.so and probably for other .so files included in APK when building sample app on Android.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.
Issue Details
Doing release build targeting Android (x64 in this case) doesn't strip the resulting .so files, meaning libmonosgen-2.0.so is 18 MB in size, but when stripped, 3.67 MB. The same goes for libmono-component-*.so and probably for other .so files included in APK when building sample app on Android.
Doing release build targeting Android (x64 in this case) doesn't strip the resulting .so files, meaning
libmonosgen-2.0.so
is 18 MB in size, but when stripped, 3.67 MB. The same goes forlibmono-component-*.so
and probably for other.so
files included in APK when building sample app on Android.The text was updated successfully, but these errors were encountered: