无法查看第三方jar包源码解决
?
?
android-support-v4.jar或其它第三方jar包放进去后,无法添加源码出现
source?no?found
The?Jar?of?this?class?file?belongs?to?container?'Android?Dependencies'?which?does?not?allow?modifications?to
?source?attachments?on?its?entries
右击libs中的jar包->Build?Path?->Add?To?Build?Path,这样就可attach?源码了
再将存放源代码的source文件夹导入尽量即可