美文网首页Android Studio little konwledge
android studio no usages found i

android studio no usages found i

作者: zizi192 | 来源:发表于2017-04-05 10:55 被阅读0次

今天启动AS后,突然发现很多代码显示为灰色的未引用代码,但是确实该代码都有被引用。这对编码很不方便,容易误以为无用代码将其删除。
更严重的是,使用alt+f7,edit->find,右键->find usages查找任何内容,均提示“no usages found in project files”。

尝试修改Find Options,无效。

最终解决方案如下:
File -> Invalidate Caches/Restart

Paste_Image.png

相关文章

网友评论

    本文标题:android studio no usages found i

    本文链接:https://www.haomeiwen.com/subject/dkutattx.html