I want to upgrade my android game “ChickenEggs” with new and hot version of cocos2d-x to see if it fixed some crash or audio problems.
But when I unzip and replace cocos2dx and CocosDenshion folders under libs as usual.
I have got a compiled error after executing the build_native.sh .
It seems it can’t find the -lcurl library.
So I compare the 0.9.2 and 0.10.0 libraries folders.
I found there is a difference between them, under 0.9.2, libcurl.a lies on cocos2dx\platform\third_party\android\libraries but under 0.10.0, there are several folders on that, such as armeabi, armeabi-v7a and x86.
When I enter these folders, I can find the libcurl.a there, I know the x86 maybe not the solution for me.
But as armeabi and armeabi-v7a, which one that I should used for ?
What I means is adding /$(TARGET_ARCH_ABI at the end of library path.
Your structure is different from HelloWorld, cocos2dx is under libs, so you can not paste what I pasted, just modify it.
You should know the meaning of the modification.