I have project which is more than 50MB. I have some images and videos in raw folder. How can i generate the expansion file? i have gone through the developer document, but its not clear for me.Its confusing. Can anybody help me in this.
should i copy the raw folder from the project and paste it on the desktop and then zip that entire folder with the name format given in the google docs? ex: i have my package name "com.my.package", with version code 1 and main expansion file. do i have to zip the entire raw folder and give the name as "main.1.com.my.package.zip"
after creating this, i need to delete the raw folder from the project folder, and then i need to change the code in my project to access the files from the storage location. how can i do that?
I used the below code to access the files in raw folder. how can i change this to access the files from expansion files stored in SD-Card?
String path1 = "android.resource://" + getPackageName() + "/" + R.raw.e4;