
Eclipse
pinggle
好好工作,好好生活
展开
-
eclipse软件使用
1.行号显示: Window -- Prefences -- General -- Editors -- Text Editors -- show line numbers 2.eclipse怎么打开项目管理视图 Window-->Show View-->Project Explorer原创 2012-07-22 12:21:56 · 892 阅读 · 0 评论 -
bash: ./adb: No such file or directory
运行adb出现这种错误: bash: ./adb: No such file or directory 但adb确实存在。那说明你用的是64位的Linux,没装32位运行时库,安装 $ sudo apt-get install ia32-libs 即可。转载 2013-08-20 19:33:33 · 7680 阅读 · 1 评论