尝试读取 90 MB EPUB 文件时出现内存错误
我试图使用 epub 库读取存储在 SD 卡中的 epub 文件。 epub 文件大小为 90 MB。当我运行这个应用程序时,它给出了“内存不足”错误。
有人有解决这个问题的想法/建议/解决方案吗?
I was trying to read epub file stored in sdcard using epub library.
The epub file size was 90 MB. When I run this application it gives an error "out of memory".
Does anybody have an idea/suggestion/solution how to solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想要在 7-zip 等存档管理器中打开该文件,并查看各个文件的大小。一些电子书阅读器(例如索尼的)对 .epub 存档中的各个 .xhtml 文件有大小限制 - 我们已将每个文件拆分为约 100KB 的未压缩大小。
如果您确实发现 .epub 存档内的 xhtml 文件太大,您可以使用 Calibre 等工具将文件拆分为较小的部分。
You might want to open up the file in an archive manager like 7-zip, and take a look at the individual file sizes. Some e-book readers (like Sony's) have size limits on the individual .xhtml files in the .epub archive - we've been splitting ours out into about 100KB uncompressed each.
If you do find that the xhtml files inside the .epub archive are too large, you can use a tool like Calibre to split the file into smaller bits.