FAQs
- Our library supports minimum API level 19 (Android 4.4)
- When using AndroidX maximum supported API level is 32 (Android 12)
The Smile SDK is large on file, however, this is due to the inclusion of multiple ABIs as listed here. We recommend leveraging APK splits by ABI or App Bundles to ensure that the end user will not download the whole SDK but rather only what their phone needs. So while the full APK is large, the large APK is not what the end user actually ends up downloading.
- arm64-v8a
- armabi-v7a
- x86
- x86_64
Last modified 4mo ago