post request using CCHttpRequest:Couldn't resolve host

Hi ,

I am developing an app using cocos2d-x,in that i need to send http Post Request to some link.
The code i have written is working fine in iPhone ,But giving an error as “Couldn’t resolve host” on android device .
Please help solving this issue,

Thanks
Yashu

don’t forget to add

in your androidmanifest.xml :slight_smile: you need that permission to use the internet…

Thanks it solved my problem
:slight_smile:

F J wrote:

don’t forget to add

>
in your androidmanifest.xml :slight_smile: you need that permission to use the internet…