問題描述
我已經使用 Add Google APIs...
菜單選項安裝了 Drive API.
手動鉆入Drive API下的任一jar時,源代碼打開正常.
I've installed the Drive API using the Add Google APIs...
menu option.
When manually drilling into any one of the jars under Drive API, the source code opens ok.
但手動鉆入 Android Private Libraries
下的同一個 jar 會導致找不到源".
But manually drilling into the same jar under Android Private Libraries
results in a "Source not found".
例如,當使用 open Declaration (F3)
時,我得到找不到源"頁面.
So when using open Declaration (F3)
for example, I get the "Source not found" page.
構建系統使用名為 Android Private Libraries
的庫鏈接所有 jar.
The build system links all the jars using a library called Android Private Libraries
.
我找不到將源代碼或文檔附加到 Drive API 的方法.
I could not find a way to attach source or documentation to the Drive API.
所有附加任何東西的選項都被禁用.
All the options to attach anything are disabled.
有什么建議嗎?
推薦答案
找到方法...
我在 Build Configuration 窗口的Order and Export"對話框中將Drive API"庫移到Android Private Libraries"上方.
希望它可以幫助某人...
Found a way...
I moved the "Drive API" library above "Android Private Libraries" in the "Order and Export" dialog of the Build Configuration window.
Hope it helps someone...
這篇關于如何在 Eclipse 中將源附加到 Google Drive API 或“Android Private Library"的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!