I have an android application with a large native component running in a service, wrapped by a service interface and a jni interface.
Inside the native code there is a need to open a https connection and there doesnt seem to be any support for this in the ndk. this seems a big ommission, can anyone tell me why this is ? Is the best way for me to link to system library that isnt explicitly part of the NDK stable apis to make the connection, or to make the call through the java apis ? thanks, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

