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
Since the compiled file is statically linked, the binary weight too much (simple SDK script 6mb).
In mobile applications the size of an SDK/application have a very big impact.
The text was updated successfully, but these errors were encountered:
Note also that 1. the .apk produced by gomobile contains several different architectures which can be broken up for smaller distribution sizes to each type of phone, and 2. you can compile with -ldflags=-s to remove the symbol table and DWARF info, making the binary smaller.
Since the compiled file is statically linked, the binary weight too much (simple SDK script 6mb).
In mobile applications the size of an SDK/application have a very big impact.
The text was updated successfully, but these errors were encountered: