Git Product home page Git Product logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Could you tell us under what circumstances this error occurs, and if it occurs 
with the latest 0.3.0 pre8 version.

Original comment by arpruss on 31 Jul 2011 at 10:43

from apv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
This is very likely that the libpdfview2.so file is missing. You have to 
compile by using ndk-build in cygwin. But before that make sure you ran "sh 
build-native.sh" which located in scripts folder. 

Original comment by [email protected] on 7 Aug 2011 at 1:44

from apv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
I also have UnsatisfiedLinkError: parseFile, 
when I use 'PDF pdf = new PDF("afile.pdf")'. 
Error occurs in this.parseFile(file.getPath(), box);
I'm sure that libpdfview2.so file was setup-ed.
I'm using android 2.3.1 emulator.
Any suggestion for me?

Original comment by [email protected] on 24 Aug 2011 at 8:47

from apv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Is this with a locally modified version of APV or a full build of the current 
version in the repository?

Original comment by arpruss on 15 Sep 2011 at 1:45

from apv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
I had the same issue with the project where I embed APV inside my own Android 
app. The solution is simple. The PDF.java has been moved from cx.hell.android 
to cx.hell.android.lib. Please update the Java source tree also correctly. The 
issue for me was the native C method in pdfview2.c was
JNIEXPORT void JNICALL
Java_cx_hell_android_lib_pdf_PDF_parseFile(

while the Java source did not reflect the addition of "lib".

Regards, Geeth.

Original comment by [email protected] on 1 Jan 2012 at 12:49

from apv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.