Hi, my Android app raw folder size is more than 2...
# android
p
Hi, my Android app raw folder size is more than 240MB. The App has full local audio files. We can't able to upload the apk file in the app store because the app size is more than 100MB so we plan to create multiple apk but that multiple apk files also have more than 230 MB. How can we upload the APK file in the play store (More than 230 MB without internal and external memory usage)? Or any idea about that?
stackoverflow 6
g
Not related to Kotlin
p
Ok, thanks. I will check. 🙂
p
Put them on a server and load them on demand
g
If an app needs those files all the time APK expansion files could be a better option, because GP will do all the job automatically
p
Sure, but if it doesn't it's nicer for the user to load them on demand so he can start using the app
g
agree