How big the SDK size?

  • Android:

    • Basic size 2MB, and 700KB more for each architecture to support

    • .aar includes 5 architectures: armeabi, armeabi-v7a, arm64-v8a, x86, x86_64

    • A typical architecture is to support armeabi-v7a and arm64-v8a, then the size is 3.4 MB

  • iOS:

    • Framework file size (bitcode off): 5.5MB (armv7 + arm64)

    • Framework file size (bitcode on)14.4MB (armv7 + arm64)

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.