Accessing to files inside obb expansion file
问题 I'm following all official expansion files guides, but i can't find it. I'm unable to access the contained obb file i need. I need 6 audio files (80Mb) that i "stored" (uncompressed) in a zip file and renamed as 'main.2001.test.expansion.proj.obb' and stored in '/mnt/sdcard/Android/obb/test.expansion.proj/' I'll try to access to the files String mainFileName = Helpers.getExpansionAPKFileName(this,true,2001); if(!Helpers.doesFileExist(this, mainFileName, 27959282L, false)) { //download } else