Securing API key using NDK
问题 I am trying to store api keys using NDK but i tried somany methods always somany error I will share my code please any body help me.. I will share my steps i followed .. 1 Create a folder “jni” under src/main 2 Create and add “Android.mk” file under “jni” folder with following content: LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := keys LOCAL_SRC_FILES := keys.c include $(BUILD_SHARED_LIBRARY) Create and add “Application.mk” file under “jni” folder with the following