用3.17android studio 编译报错
G:/GameLua/CocosLua/frameworks/runtime-src/proj.android/app/jni/…/…/…/Classes/DL/DownloadHu.cpp:91: error: undefined reference to ‘curl_easy_init’
G:/GameLua/CocosLua/frameworks/runtime-src/proj.android/app/jni/…/…/…/Classes/DL/DownloadHu.cpp
error: undefined reference to ‘curl_easy_setopt’
G:/GameLua/CocosLua/frameworks/runtime-src/proj.android/app/jni/…/…/…/Classes/DL/DownloadHu.cpp:101: error: undefined reference to ‘curl_easy_setopt’
G:/GameLua/CocosLua/frameworks/runtime-src/proj.android/app/jni/…/…/…/Classes/DL/DownloadHu.cpp:102: error: undefined reference to ‘curl_easy_setopt’
G:/GameLua/CocosLua/frameworks/runtime-src/proj.android/app/jni/…/…/…/Classes/DL/DownloadHu.cpp:103: error: undefined reference to ‘curl_easy_setopt’
G:/GameLua/CocosLua/frameworks/runtime-src/proj.android/app/jni/…/…/…/Classes/DL/DownloadHu.cpp:113: error: undefined reference to ‘curl_easy_perform’
G:/GameLua/CocosLua/frameworks/runtime-src/proj.android/app/jni/…/…/…/Classes/DL/DownloadHu.cpp:114: error: undefined reference to ‘curl_easy_cleanup’
clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [G:/GameLua/CocosLua/frameworks/runtime-src/proj.android/app/build/intermediates/ndkBuild/debug/obj/local/armeabi-v7a/libcocos2dlua.so] Error 1
求教