expansion-files

Accessing to files inside obb expansion file

徘徊边缘 提交于 2020-01-20 02:25:37
问题 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

Google Play Downloader Library errors

牧云@^-^@ 提交于 2019-12-12 03:12:53
问题 When I create a new project from existing source (Google play downloader library) to use with APK expansion files, the project is added with many errors in: DownloaderClientMarshaller.java DownloaderServiceMarshaller.java DownloadProgressInfo.java DownloaderService.java DownloadNotification.java V11CustomNotification.java V3CustomNotification.java The library targetSdkVersion is 15 Adding the library to my project generates the following errors: [2012-04-17 23:03:54 - Atlas] D:\Programming