Closed GoogleCodeExporter closed 8 years ago
Have you compile the native library?
Original comment by abun.sa...@gmail.com
on 16 Nov 2011 at 10:28
I havent worked with ndk before.. can u let me know how to compile the native
library?
Original comment by mail2meo...@gmail.com
on 16 Nov 2011 at 1:25
Maybe you can explore 2 urls below
http://developer.android.com/sdk/ndk/overview.html
download the ndk from here: http://developer.android.com/sdk/ndk/index.html
http://mobile.tutsplus.com/tutorials/android/ndk-tutorial/
Original comment by abun.sa...@gmail.com
on 16 Nov 2011 at 2:53
Thanks for the links
Original comment by mail2meo...@gmail.com
on 24 Nov 2011 at 6:50
how to compile pdfview2 library so that eclipse will automatically append
libpdfview2.so file into the <package>/lib folder
Original comment by abdulqad...@yahoo.com
on 30 Nov 2011 at 11:12
Maybe you can explore 2 urls
belowhttp://developer.android.com/sdk/ndk/overview.html
download the ndk from here:
http://developer.android.com/sdk/ndk/index.htmlhttp://mobile.tutsplus.com/tutori
als/android/ndk-tutorial/
Original comment by abun.sa...@gmail.com
on 1 Dec 2011 at 4:53
I have solve this problem without seeing above two url only with the help of
Eclipse
Solution:-
1]Take any ndk example project
2]On your project copy only one folder from above example project named-"libs"
folder
a]put your library file lib<related library>.so into libs folder
b]For getting above library go to JNI->lib->armeabi->lib<related library>.so.
Your problem will be solved.
but thanx for reply also,but i have done it with my own.
Abdulqadir.Khanji
MCA,India
Original comment by abdulqad...@yahoo.com
on 1 Dec 2011 at 9:11
You're welcome Abdulqadir.Khanji.
Glad you've the solution for the issue. :)
Original comment by abun.sa...@gmail.com
on 1 Dec 2011 at 10:10
Original comment by arpruss
on 4 Dec 2011 at 11:29
Trying to compile the so of APV lib.
Using win7, Eclipse Classic 3.7.1 Indigo, Cygwin and android-ndk-r7
Getting errors (Log attached)
Original comment by dan.shne...@gmail.com
on 19 Feb 2012 at 1:04
Attachments:
Original issue reported on code.google.com by
mail2meo...@gmail.com
on 16 Nov 2011 at 6:16