Closed GoogleCodeExporter closed 9 years ago
Does your apk file contain the library? You can unzip it to check.
Original comment by arpruss
on 5 Oct 2011 at 2:46
yes the library is in the apk!
http://twitpic.com/6vj1jh
Original comment by jahnc...@gmail.com
on 5 Oct 2011 at 2:52
I have the same problem...Please help!
Original comment by LandauSevere
on 29 Nov 2011 at 6:49
I have also compiled the libraries, but that didn't help. I also have those
errors. Please help!
Original comment by eragu...@gmail.com
on 4 Dec 2011 at 6:30
I don't know what is happening. The error message says the library isn't there
in the apk. To confirm, in your project dir you should have:
libs/armeabi/libpdfview2.so
libs/armeabi-v7a/libpdfview2.so
You may also want to refresh Eclipse's view of these directories. Click on
"libs" in the left pane of Eclipse and press F5.
Original comment by arpruss
on 5 Dec 2011 at 12:10
I wanna know how to compile the libpdfview2.so,I can't find the fitz.h and the
mupdf.h.
Please help!
Original comment by Xanxus...@gmail.com
on 11 Mar 2012 at 2:11
i am also having the same problem that the how to create so file
code.google.com/p/apv/wiki/Building display all information like" Running
scripts/build_native.sh will then copy the files from these tarballs" but i
don't know what is "tarballs", and how many files i have to put in jni
folder(or it genreted by the script"build-native.sh"). and how many
files(lib's) are needed for run build-native.sh....
Original comment by you...@gmail.com
on 1 Aug 2012 at 10:17
I had the same issue. However, I made a few mistakes.
First off, I had not downloaded the NDK. Once you have done this, you can run
the ndk-build command, which is at the end of build-native.sh
The other thing I did, which finally made it work as advertised, was to set up
automatic NDK builds, which you can find out how to do here:
http://mobilepearls.com/labs/ndk-builder-in-eclipse/
Hope this helps.
Original comment by param3...@googlemail.com
on 7 Oct 2012 at 7:57
Original comment by mpietrzak
on 7 Oct 2012 at 10:02
Original issue reported on code.google.com by
jahnc...@gmail.com
on 5 Oct 2011 at 11:34