想看Android API源码,但是只有class文件,于是找了个反编译工具Java Decompiler,免费的反编译工具。eclipse插件:JD-eclipse。
安装步骤:
1.确保计算机上装有Microsoft Visual C++ 2008 或以上版本,因为软件本身是用它写的。
2.在eclipse的help中添加新软件,添加它的源:
name:JD-Eclipse Update Site
address:http://jd.benow.ca/jd-eclipse/update
3.一路next,最后重启。
4.在:窗口-->首选项(preference)-->常规-->编辑器(editor)-->文件关联 中设置,将class 和 class without source的默认的相关联编辑器改为class file editor。
完工,可以看代码了!
本人刚开始在设置中,没有关联class without source,愣是打不开!
相关地址:
JD官网:http://java.decompiler.free.fr/