On Jun 18, 2012, at 10:15 PM, Harri Smått wrote: > On Jun 18, 2012, at 9:25 PM, Kaiduan Xie wrote: >> The following import caused the above Eclipse error, >> import org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl; > I think it's javax.net.ssl.SSLSocket you should be using - not implementation > class directly.
Or javax.net.ssl.SSLSocketFactory for creating SSLSockets to be more precise. -- H -- 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

