android - where can I find httpsURLConnection source code? -


In Eclipse on my PC, I'm debugging my app and seeing an exception like this:

At org.apache.harmony.luni.internal.net.www.protocol.https.HttpsURLConnection.connect (HttpsURLConnection.java146)

I have the HttpsURLConnection source code Where can i find

My environment is:
PC, Eclipse Galileo, Android API Level 4 (Platform 1.6),
Eclipse Installation Details "Eclipse," from Apache Commons HTTPPL, 3.1.0.v20080605-1035 Here's a tutorial on getting and receiving an Android source code.

Maybe it can help but I'm not sure.

Edit: This can actually be more direct for your question

I found the link above originally from this post

There are a lot of Solutions to see common source code. Hope it can help.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -