June 23rd, 2010, 07:53 AM
|
#1 (permalink)
|
|
New Member
Thread Author (OP)
Join Date: Apr 2010
Posts: 2
Device(s):
Carrier: Not Provided
Thanks: 0
Thanked 0 Times in 0 Posts
|
Android NDK r4
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
|
|
|