【android】在Eclipse在联想引jar包源代码

(前提是你有jar包源代码!!)


、确保Referenced LIbraies下已经有该jar包,否则的话,右击该jar包选build path->add to build path。



二、右键本project选properties后,在左側选java build path,然后在右边选项卡选order and export,调整android private libraries的位置到最底部。



三、选择在Referenced LIbraies下的该jar包(注意不要其它文件夹选),右击选properties,然后在例如以下图位置选择该jar包所相应的源码的位置。





设置完后就能够关联到jar包源代码了。



补充知识:

android Dependencies会显示引用项目,依赖项目

Android Private Libraries:表示放在libs里面的jar包引用,视为私有引用

Referenced Libraries:表示引用的外部jar包。


參考:http://blog.csdn.net/fastthinking/article/details/20032513

http://stackoverflow.com/questions/18434552/how-to-add-source-of-android-private-libraries-to-adt-eclipse

http://stackoverflow.com/questions/20602028/difference-between-android-referenced-libraries-and-private-libraries

版权声明:本文博客原创文章,博客,未经同意,不得转载。

posted @ 2015-07-08 13:25  hrhguanli  阅读(160)  评论(0编辑  收藏  举报