NDK is always a problem. Writing such a code that can become a breeze in connecting with other platforms is always a problem when working with cocos2dx. This repo is a step made forward to make this pain a simple step.
MIT License
171
stars
107
forks
source link
how to integrate easyndk to cocos2d-x Android.mk? #10
compile error
Compile++ thumb : cocos2dcpp_shared <= NDKHelper.cpp
In file included from jni/../../Classes/Game/Foundation_diy/EasyNDK/NDKHelper/NDKHelper.cpp:9:0:
jni/../../Classes/Game/Foundation_diy/EasyNDK/NDKHelper/NDKHelper.h:16:21: fatal error: jansson.h: No such file or directory
how to integrate easyndk to cocos2d-x 3.0 Android.mk?
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../Classes \ $(LOCAL_PATH)/../../Classes/NDKHelper \ $(LOCAL_PATH)/../../Classes/jansson \