When i build android, i get this error
Then I ran the command : ./build_native.py
I got the error : Cannot find module with tag 'cocos2d/external/curl/prebuilt/android/{ARCH}/libcurl' in import path
i change {ARCH} to armeabi but i still got the same error
And after change some inclue libcurl in android.mk, i get this error
jni/../../AppWarpX/appwarp.cpp:229: error: undefined reference to 'curl_easy_init'
jni/../../AppWarpX/appwarp.cpp:234: error: undefined reference to 'curl_easy_setopt'
jni/../../AppWarpX/appwarp.cpp:235: error: undefined reference to 'curl_easy_setopt'
jni/../../AppWarpX/appwarp.cpp:236: error: undefined reference to 'curl_easy_setopt'
jni/../../AppWarpX/appwarp.cpp:247: error: undefined reference to 'curl_easy_setopt'
jni/../../AppWarpX/appwarp.cpp:249: error: undefined reference to 'curl_easy_perform'
jni/../../AppWarpX/appwarp.cpp:252: error: undefined reference to 'curl_easy_getinfo'
jni/../../AppWarpX/appwarp.cpp:259: error: undefined reference to 'curl_easy_cleanup'
please help me to fix this, thanks