eclipse只能查看api的注释及说明,而且是必须与jar包关联以后才能查看 jar包与docs关联方式: 1. 打开eclipse,随便新建一个android项目,在此项目目录下面有个android 4.4,点击展开遍出现了android.jar。 2. 右键此包---->properties,在弹出的窗口中,选择 java source attachment------>external location------>external file, 然后选择下载下来的source-19_r02.zip,便成功在eclipse中绑定android源代码。 3. ctl+鼠标左键 跳转到源代码 在想要查看源代码的地方,ctl+鼠标左键就可以跳转到源代码的地方。