gacon
unread,Jul 13, 2010, 5:52:39 AM7/13/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-ndk
Hi all,
I'm trying to port my projects to Android.
I tried to put include $(BUILD_SHARED_LIBRARY) in the Android.mk,
everything is ok, I got lib.so. But if I change to include $
(BUILD_STATIC_LIBRARY), I got a message:
gacon@gacon-laptop:~/workspace/faad2/jni$ ndk-build
Android NDK: WARNING: Unsupported source file extensions in /home/
gacon/workspace/faad2/jni/Android.mk for module faad2
Android NDK: libfaad/analysis.h libfaad/
bits.h .......................
What does this mean?
Thanks,