國內使用者使用Android Studio 提示幫助文件 一直顯示:fetching documentation解決方案
阿新 • • 發佈:2019-02-09
1,找到 user/.AndroidStudio/config/options下的 jdk.table.xml檔案-->搜尋 http://developer.android.com 位置進行修改
-->修改:
<root type="simple" url="http://developer.android.com/reference/" />
//|change| 更改為:
<root type="simple" url="http://developer.android.google.cn/reference/" />
<root type="simple" url="androidStudio的sdk路徑
\docs\reference\" />
2,找到androidStudio的sdk路徑方法:File-->Setting-->Appearance&Behavior-->System Settings
-->Android SDK -->複製Android SDK Location
3,更改完重啟androidStudio即可。