CURLE_COULDNT_RESOLVE_HOST occurred

Sorry for my poor english.

When i performming with curl_easy_perform function, error code CURLE_COULDNT_RESOLVE_HOST occurred.

CURLOPT_URL set option is just

@ curl_easy_setopt(curl_handle, CURLOPT_URL, “http://www.blahblah.com/lua/hello.lua”);
@

This code works correct on ios. ( no error, CURLE_OK )

any idea?

sorry for stupid question.

It’s solved. (Problem is related with ‘android.permission.INTERNET - Android Manifest Permissions’)