Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android Studio中是否有任何方法/设置将java文件中未使用的导入报告为错误?
在 Eclipse 中,lint 很容易将此报告为错误。
适用于 Android Studio 和 IntelliJ
您可以转到File/Settings然后浏览到编辑器/检查/导入。
File/Settings
将未使用的导入的严重性更改为Error
Error
尝试这个。
它会自动删除未使用的导入
yourProject --> 右键单击 --> 优化导入
lint :它还将 java 文件中未使用的导入显示为错误
yourProject --> 右键单击 --> 分析 --> 检查代码
首先从代码中删除这些导入的引用。然后你可以使用这个快捷方式 ALT + CTRL + O
ALT + CTRL + O
Android Studio 北极狐 | 2020.3.1 Patch 4,按照这个Android Studio -> Preferences -> Editor -> General -> Auto Import