Eclipse中檢查android工程代碼湧現"android.jar has no source attachment"的處理計劃。本站提示廣大學習愛好者:(Eclipse中檢查android工程代碼湧現"android.jar has no source attachment"的處理計劃)文章只能為提供參考,不一定能成為您想要的結果。以下是Eclipse中檢查android工程代碼湧現"android.jar has no source attachment"的處理計劃正文
成績描寫
Source not found
The 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的源代碼。
1. 應用SDK Manager下載4.2.2版本的Sources for Android SDK
以本機為例下載後的目次為:
D:\adt-bundle-windows-x86_64-20130522\sdk\sources\android-17
2. 添加源代碼
點擊失足窗口中的Attach Source...按鈕,然後
找到
D:/adt-bundle-windows-x86_64-20130522/sdk/sources/android-17
點擊OK後源代碼就顯示出來了
================
2013.10.9更新:
能夠是應用了android4.3(API 18)新的api,明天應用Eclipse/ADT Bundle湧現了
the source attachment does not contain the source for the file *.class 的成績,而指定的源代碼目次是沒有成績的,成績居然是編碼成績。
上圖中的Encoding選項修正為UTF-8,成績處理。
以上就是本文的全體內容,願望對年夜家的進修有所贊助。