Here today, Hell tomorrow
Tuesday, November 30, 2010
Notes to link the shared library in native C code
Notes to link the shared library in native C code:
Ex. libtest.so
. Add LOCAL_SHARED_LIBRARY := libtest.so in Android.mk
. Add LOCAL_LDLIBS := -ldl in Android.mk
. Copy libtest.so to PROJECT_DIR/obj/local/armeabi
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Check clients which connect to Mac OS X Wi-Fi Internet Sharing
arp -i bridge100 -a bridge100 may be different on your Mac OSX
[iOS Developer] How to use TestFlight to distribute your beta app
1. Create an account on TestFlight ( http://testflightapp.com ) and with "Developer" option checked. 2. Log in to the TestFlight ...
Encrypt your private blog post
[轉載] [Javascript] Encrypt your private blog post from the article of Kaie's Blog 今日在PPT上的Blog版逛到版友weijr所提到的一篇好文章,可以用來針對Blog中某一段文字給予加密,變成...
Make the DLL compiled-linked with GCC under Cygwin valid and acceptable for Microsoft Visual Studio
First of all, we need to have the DLL and DEF files generated by GCC. Here is the command to do so. Assuming we have foo.c gcc -mno-cygwin -...
No comments:
Post a Comment