我想从apk文件中将一个.zip文件下载到我在android tit中的sdcard。
我已将我的.zip文件放在Project / Resources / android文件夹中。
任何人都可以帮助我吗?
答案 0 :(得分:0)
要解压缩文件吗? 您可以使用一些安静的zip模块:http://gitt.io/search?q=zip
和Appc中的一个:https://github.com/appcelerator-modules/ti.compression/tree/master/android
查看模块的示例文件夹和dist文件夹。