Hi
I have make the application ( android sdk2.2 & ndk r4) and at root folder of my application , contains a jni folder and this folder have following files
1: Android.mk
2:welcome.c
3: .h files
when i run the ndk-build scripsts , it gives the following error ...
/cygdrive/d/ndk/build/core/build-binary.mk:168: *** target pattern contains no '%'..
In my Android.mk files contains the..
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := welcome
LOCAL_SRC_FILES := welcome.c
include $(BUILD_SHARED_LIBRARY)
Please help me how to run this application.
Thanks
I have make the application ( android sdk2.2 & ndk r4) and at root folder of my application , contains a jni folder and this folder have following files
1: Android.mk
2:welcome.c
3: .h files
when i run the ndk-build scripsts , it gives the following error ...
/cygdrive/d/ndk/build/core/build-binary.mk:168: *** target pattern contains no '%'..
In my Android.mk files contains the..
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := welcome
LOCAL_SRC_FILES := welcome.c
include $(BUILD_SHARED_LIBRARY)
Please help me how to run this application.
Thanks