I copied libsonivox.so into /platforms/android-14/arch-arm/usr/lib/, my android.mk file is:
but when I ran ndk-build I got this error:
|
libsonivox.so can be loaded dynamically. You need to copy the .so from your android device and place it in $NDK-ROOT/platforms/android-14/arch-arm/usr/lib, "android-14" can be whatever version instead.
So I copied libsonivox.so to "android-18" and other "android-1X", and build it again, it worked!
No comments:
Post a Comment