RawSushi's Tech Journal
My online tech scrapbook where I keep my notes in case I need to look them up later
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment