Eclipse problems with JNI and android.mk -


i have problem regarding android.mk in eclipse. here code:

local_path := $(call my-dir)  include $(clear_vars)  local_module := hellocpp_shared  local_module_filename := libhellocpp  local_src_files := hellocpp/main.cpp \                    ../../classes/appdelegate.cpp \                    ../../classes/helloworldscene.cpp  local_c_includes := $(local_path)/../../classes  local_whole_static_libraries := cocos2dx_static  include $(build_shared_library)  $(call import-module,cocos2dx) 

the problem lies in last line of code. error says "android ndk: aborting. . stop" ideas on how can solve this? i'm new coding if put in layman's terms? bunch!


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -