android Programming Glossary: ndk_demo.c
How to link any library in ndk application http://stackoverflow.com/questions/10106965/how-to-link-any-library-in-ndk-application now i want to use the function of that static library in ndk_demo.c that tutorial has this file for that inside ndk_demo.c i have.. in ndk_demo.c that tutorial has this file for that inside ndk_demo.c i have added #include 'stackoverflow.h' Edit inside `android.. project Application.mk all other folder jni ndk_demo.c stackoverflow.h lib com_marakana Android.mk _NativeLib.h..
How to link any library in ndk application http://stackoverflow.com/questions/10106965/how-to-link-any-library-in-ndk-application library named as stackoverflow.a and it has stackoverflow.h now i want to use the function of that static library in ndk_demo.c that tutorial has this file for that inside ndk_demo.c i have added #include 'stackoverflow.h' Edit inside `android ndk.. now i want to use the function of that static library in ndk_demo.c that tutorial has this file for that inside ndk_demo.c i have added #include 'stackoverflow.h' Edit inside `android ndk r7c` apps ndk_demo project Application.mk all.. Edit inside `android ndk r7c` apps ndk_demo project Application.mk all other folder jni ndk_demo.c stackoverflow.h lib com_marakana Android.mk _NativeLib.h Android.mk libstackoverflow.a Now Application.mk APP_PROJECT_PATH..
|