80Mb mp3 文件+40 MB 图像,什么是最好的地方?资产还是原始?eclipse 需要时间来构建?(android 3.0)

发布于 2024-12-02 01:27:20 字数 136 浏览 1 评论 0原文

我的项目中有大约 80MB+ mp3 文件,40MB 图像。当我尝试将这些文件中的每个文件放入 3MB 时,Eclipse 需要花费大量时间来构建。是否可以将所有这些文件放入 Raw 或 asset 文件夹中?解决方案是什么使 Eclipse 构建速度更快。

I have approximately 80MB+ mp3 files,40MB images in my project.when I try to put 3MB of each these files eclipse takes a lot time to build.is it possible to put all these files in Raw or assets folder?what is the solution to make eclipse build fast.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

左岸枫 2024-12-09 01:27:20

我认为最佳实践是让用户在安装您的应用程序后下载这些文件,因为 Android 市场将您的应用程序大小限制为 50MB。

你可以使用
AsynTask 异步下载数据

I think for best practice is to make the user download these files after he installes your app since Android market limits your app size to 50MB.

You can use
AsynTask to download the data asynchronously

平生欢 2024-12-09 01:27:20

我也有同样的问题,并得出了与khr2003相同的结论。我只是想补充一点,Android Market 的实际限制更像是 30MB,因为大于此大小的应用程序无法下载到大多数手机上 - 您将遇到存储错误。

I have this same issue, and came to the same conclusion as khr2003. I just want to add that the real limit for Android Market is more like 30MB since an app larger than that is impossible to download to most phones -- you will get out of storage errors.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文