Thursday, August 7, 2014

Enabling HttpClient in Cocos2D-X in Android

To do this, you'll need to uncomment the following lines in Android.mk

LOCAL_WHOLE_STATIC_LIBRARIES += cocos_network_static
and
$(call import-module,network)

Otherwise you'll get error messages saying HttpClient cannot be found.

No comments:

Post a Comment