I have developed a android project for kid learning which is using 100 of .mp3
files and .gif
file.
Now i am unable to upload it on google play store as it accepts only max of 50 MB Apk file. So there is need to Apk expansion. My question is here,
How will i implement it practically , i have read many post regarding it but can't find proper solution.
How will i access the
.mp3
&.gif
files in application.If i delete the
.mp3
&.gif
files then my projects contains errors, How can i manage it.
Your are most welcome & apreciate for sharing your views & suggestions.