在 Android 中打开 PDF 文件
您好,我想在 Android 应用中打开 PDF 文件,我在代码中找到了这个 apv pdf 阅读器。谷歌一下,很多人推荐。
我检查了设置页面,假设您使用的是 Linux,并且我我是 Windows 用户 + 我不擅长配置库。
您能向我展示如何在 Windows 中配置它并集成到我的应用程序中吗?
或
是否有好的教程?
Hello I want to open PDF file in Android app, I found this apv pdf reader in code.google and it is recommended by alot.
I checked the setup page and it is assume you are using Linux and I am Windows user + I am not good in configure libraries.
Can you show me how to configure it in windows and integrate in my app?
OR
if there is good tutorial for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些说明也适用于 Windows。您需要安装 cygwin,然后按照 cygwin 提示符中的说明操作来构建库。看来您还需要安装 Android NDK。
The instructions provided work for Windows as well. You need to install cygwin and then follow those instructions from a cygwin prompt to build the libraries. It looks like you'll also need to install Android NDK.