I am a new bee of java, today I use eclipse to develop an android application,I need to use some function,but I don't know their packages,I know eclipse can import the package automatically,how to set it to enable this function?
我是java的新蜜蜂,今天我用eclipse开发一个android应用程序,我需要使用一些函数,但我不知道他们的包,我知道eclipse可以自动导入包,如何设置启用这个功能?
2 个解决方案
#1
2
Go to menu -> Source -> Organize Imports
转到菜单 - >来源 - >组织进口
or simply use the shortcut
或者只是使用快捷方式
Ctrl+Shift+O
#2
1
Ctrl + Shift + O
Should do the job.
应该做的工作。
#1
2
Go to menu -> Source -> Organize Imports
转到菜单 - >来源 - >组织进口
or simply use the shortcut
或者只是使用快捷方式
Ctrl+Shift+O
#2
1
Ctrl + Shift + O
Should do the job.
应该做的工作。