where can I find httpsURLConnection source code?
in Eclipse on my PC, I am debugging my app and seeing exception like:
at org.apache.harmony.luni.internal.net.www.protocol.https.HttpsURLConnection.connect(HttpsU开发者_如何转开发RLConnection.java:146)
Where can I find source code of HttpsURLConnection?
My environment is:
PC, Eclipse Galileo, Android API level 4 (Platform 1.6), Eclipse Installation Details shows "Eclipse.org, Apache Commons Httpclient, 3.1.0.v20080605-1035)here is a tutorial on getting android source code and putting it into eclipse. maybe that can help but i'm not sure. Link
edit: This might actually be more direct for your question Link
I basically found the above link from this post Link
it has a lot of general source code viewing solutions. hope maybe that can help.
精彩评论