[android-developers] cURL on Android vs C calls to Java

2011-04-28 Thread Jim
My existing native 'c' code uses libcurl to make http requests. I'd like to continue to make these calls from the native code. Option 1 - port curl to android. I have had no luck with this so far. Various people claim to have done it, but I can't figure it out. Some people said you have to

Re: [android-developers] cURL on Android vs C calls to Java

2011-04-28 Thread Mark Murphy
On Wed, Apr 27, 2011 at 9:12 PM, Jim j...@harmonicsystems.net wrote: Option 1 - port curl to android.  I have had no luck with this so far. Since curl runs on lots of platforms, I am surprised that there are problems here. You might inquire on the [android-ndk] list with your specific problems,