问题描述
我最近启动了 Android Studio IDE 来制作我的 Android 应用程序.我发现在 Android Studio 中删除未使用导入的快捷键不起作用 (++)
I recently started Android Studio IDE to make my android apps. I find shortkey to remove unused import in Android Studio is not working (++)
在 Android Studio 中执行相同操作的快捷键是什么?
What is shortcut key to do same in Android Studio?
推荐答案
很简单,在 Android Studio 中右键单击您的项目,然后单击应该可以工作的 Optimize Imports.
Simple, right click on your project in Android Studio, then click on the Optimize Imports that should work.
为了做我上面描述的同样的事情,你可以做同样的事情,只需按下 ++,它会优化导入您当前的文件和整个项目取决于您在对话框中的选择.
To do same thing which I described above, you can do same just pressing ++, it will optimize imports of your current file and your entire project depends on your selection in a dialog.
这篇关于删除 Android Studio 中未使用的导入的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!