【发布时间】:2018-08-23 15:17:00
【问题描述】:
昨天突然出现一个新问题。当我将鼠标悬停在某个方法上或按 Ctrl-Q 时,我曾经获取该特定方法的文档信息。
但现在我得到了(在 SharedPreferences.getLong() 上按 Ctrl-Q):
Following external urls were checked:
http://developer.android.com/reference/android/content/SharedPreferences.html#getLong-java.lang.String-long-
http://developer.android.com/reference/android/content/SharedPreferences.html#getLong(java.lang.String, long)
The documentation for this element is not found. Please add all the needed paths to API docs in Project Settings.
android.content.SharedPreferences
public abstract long getLong(String s, long l)
我搜索了很多,但找不到答案。 我需要添加哪些路径以及添加位置?
【问题讨论】:
标签: java android-studio editor documentation