How do I attach Android source to eclipse?
== == ==
1, the first to download the corresponding SDK of Android source files
"Can be downloaded using the SDK Manager tool, I did not succeed due to network problems
"Direct Baidu need source files, such as you need to Android4.4 source code, search" android-19 source "can, download minutes to finish
I found it casually: http://down.51cto.com/data/1202001
2, download the file is a compressed file, without decompression;
Put the source file in the corresponding SDK folder, mine is this D:\adt\sdk\platforms\android-19
3, in any one project (Android4.4) jar package Right-click "Configuration Properties" Source code additional "Additional downloaded files
Steps in the English version: Right Click->properties->java source attachment->external file
4, casually find an activity file, Ctrl + left mouse button to see what the activity source code
Well, the source saw, the project is not urgent when the two eyes, Loaded X
Show Android source in eclipse