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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
When i create APK with "Hello World" text using Angular2 + React Native, generated APK is of 4.00MB+ when using "splits enable true" and when i try installing that APK in some android device...application installed is of 24.00MB+.
So i am not sure what is taking this much space when i am just printing hello world text using this project. My main concern here is of installed application size..that really seems large to me.
Is it normal to create application with 24.00MB+ when APK size is of 4.00MB+?
Can you please let me know how can i reduce this APK/Application sizes?