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
Post a Comment