APK 50meg+ Expansion Packs and Flash

白昼怎懂夜的黑 提交于 2019-12-07 14:17:29

I had this same problem. But I just downloaded the expansion file (.obb) and find the using the File Class. You can go to File.desktopDirectory.resolvePath("Android/data/obb/name_of_your_app") and after get the .obb inside this folder.

You can use the FZIP Class to extract the file and open in your app. I did this and work well.

Tony Five Thumbs

Given my deadline I opted to host my own files in an Amazon bucket and download them in a more traditional way.

Saved the data to the Android Shared Storage.

Everything turned out better than expected.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!