# VudroidPdfDemo **Repository Path**: ixuea/VudroidPdfDemo ## Basic Information - **Project Name**: VudroidPdfDemo - **Description**: 使用Vudroid在Android上预览Pdf - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VudroidPdfDemo 使用Vudroid在Android上预览Pdf ## 编译过程 ### 编译环境 android-ndk-r10d win7 64bit GNU Make 3.81 i586-pc-mingw32 ### 编译错误 #### jni/djvudroid/GContainer.h:1275:90: note: use 'this->get_or_throw' instead 引起此问题的大致原因是编译器是不识别某些nonconformance code,解决办法是在相应位置加上-fpermissive来屏蔽编译器对此类代码的排斥。 LOCAL_CFLAGS += -Wno-format-y2k -fpermissive [参考:http://blog.csdn.net/dinko321/article/details/21730121](http://blog.csdn.net/dinko321/article/details/21730121) 项目代码来源Google Code:https://code.google.com/archive/p/vudroid/