Replies: 1 comment 3 replies
-
This problem shoud be fixed by the latest commit 7dcffee
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
halx99
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to migrate from cocos2d-x 4.0, in my project I'm using SDKBox for IAP, on iOS it was success, however on android I can only build for debug variant, I got error when building release variant, I have tired to turn off proguard but didn't work.
This is the error:
ld: error: undefined symbol: cocos2d::cocos2dVersion() referenced by Tracking.o:(_GLOBAL__sub_I_Tracking.cpp) in archive ../../../../jni/sdkbox/libs_c++_static/arm64-v8a/libsdkbox.a
In debug variant if use release signing config, everything works perfectly.
Any thoughts which part going wrong?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions