Porting c project

2 views
Skip to first unread message

subram

unread,
Jun 26, 2009, 1:08:54 AM6/26/09
to android-ndk
Hi there
I recently came to know about the NDK release,I am having a c
project,i build this project using android source code in
ubuntu,created a librecord.so,how i can invoke this shared library in
the android SDK/NDK,kindly suggest me the solutions to invoke my
project/shared library in windows/Linux (ubuntu)

David Turner

unread,
Jun 26, 2009, 2:11:06 AM6/26/09
to andro...@googlegroups.com

We don't support native code that is compiled directly with the Android source code.
You will need to use the NDK's build system to ensure that your C code only relies on
stable APIs for the platform. Read the NDK's documentation to see how to do that.
Fortunately, you should be able to reuse the same Android.mk control files.
 



Reply all
Reply to author
Forward
0 new messages