问题1 :无法导入项目,显示警告 “某些项目因位于工作空间目录中而被隐藏 ”
解决办法:eclipse 在“ 导入”“现有项目到工作空间 ”时,如果导入的项目位于工作空间时,会出现此提示,解决办法是:直接新建与该项目在工作空间中的文件夹同名的项目即可。
问题2:如何撤销 eclipse汉化
在eclipse.ini文件中添加启动参数
-Duser.language=en
问题3: TextView cannot be solved as a type(Button 同样)
解决方法:导入相应包
使用快捷键【 Ctrl+Shift+o】 , 自动添加相应的 import。
问题4:模拟器横屏竖屏切换
Ctrl+F12
问题5:Eclipse SDK和AVD的管理项不见了
如果android安装正确的话,
可以通过「Window」⇒「Customize Perspective」⇒「Tool Bar Visibility」Tab画面上选择
Android SDK and AVD Manager来显示
如果无法勾选,出现
Android SDK and AVD Manager"
cannot be made visible because all of its children are in unavailable command groups.
解决:window/customize perspective/Command Groups Availability 勾选Android SDK and AVD Manager
问题6:Logcat不显示
解决方法:Windows->show view->other->Android->LogCat