Eclipse中查看android工程代码出现"android.jar has no source attachment"的
Source not foundThe JAR file D:\.....\sdk\platforms\android-17\android.jar has no source attachment.提示就是找不到android.jar对应的source code由于我的工程创建时选择的Target SDK 和 Compile with选项 均为android4.2.2,对应的api是17,因此就是eclipse找不到android api 17中的android.jar的源代码。以本机为例下载后的目录为:点击出错窗口中的找到================可能是使用了android4.3新的api,今天使用Eclipse/ADT Bundle出现了the source attachment does not contain the source for the file *.class 的问题,而指定的源代码目录是没有问题的,问题竟然是编码问题。
用户评论