java - NDK installation is required for reuse NDK code? -
java - NDK installation is required for reuse NDK code? -
i have downloaded code http://code.google.com/p/aacplayer-android/downloads/detail?name=aacplayer-android-r25.zip&can=2&q= playing aac file in android
and below image of code in eclipse
here can see there jni folder , libs folder in libs folder contain .so files
currently have not installed ndk , have imported project working fine... if utilize files , code project should have install ndk?
i have re-create , paste jni , libs folder application, should have do! how tell apps native code!
my apps folder structor (after re-create paste) below
if not want rebuild .so files should not need ndk. eclipse/java/android handle them fine native java libraries. need android ndk if want able compile c/c++ code android platform.
java android
Comments
Post a Comment