<#C6J79CSDP|realm> Hello Everyone, i am facing iss...
# realm
n
#realm Hello Everyone, i am facing issue with APK Size, after using realm my apk size increase to 20 MB, attaching screenshot for reference, can anyone please help me to reduce the apk size
c
As shown, Realm includes shared libraries for all platforms, along with java code for the library itself and generated code for model classes. Google play will automatically strip the shared libraries that doesn’t apply for the device downloading the app, so users won’t see this apk size. You can also target specific platforms with
abiFilters
, if you just want a small APK distibutable only for a specific platform.