标签: android android-studio android-studio-2.2
我正在搜索文本'getSharedPreferences',我看到了android jars的结果,而不是我有这个的活动
SharedPreferences pref = getActivity().getApplicationContext().getSharedPreferences("MyPref", 0);
为什么? 如何在Android studio中正确搜索?
哦,我正在使用Mac
答案 0 :(得分:2)
您可以尝试使用cmd + H(对于eclipse的键映射,使用cmd + shift + F作为默认键映射),或者在键盘映射中查找“在路径中查找”。 您可以在整个项目或特定目录中找到选项
答案 1 :(得分:1)
转到
编辑>查找>在路径中查找
然后在要查找的文本的edittext中添加文本: