简体   繁体   中英

Can't find an Android library

I am using the apdfview project which is on this site

http://code.google.com/p/apdfviewer

but I cant build the source project because it tells me it can't find a library libpoppler_jni.so and I cant find it, and although I have the source code in C, I don't know how to build it and generate it. Can anyone please help me?

You need to install the NDK and run ndk-build on the project to generate that .so file, from what I can tell.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM