Quote:
Originally Posted by sosiouxme
I've repackaged source for 1.5, 1.6, and 2.1 along with a long article explaining how to get it and what to do with it. Hopefully this will be definitive until Google gives us a better way to attach source or just does it as part of the SDK download. Attaching Android platform source in Eclipse
Let me know if that doesn't work out for ya...
|
Great! It works! But I've another question...how can use "non-public classes" of the source code in Eclipse?
for example android.os.SystemProperties is present in source code...but not in android.jar of SDK...so this class is not present in the tree of Eclipse...and I can't use it to compile a project!
How can configure eclipse to use not only SDK but the entire android source code?
thanks!