Android 开发时在 eclipse 中合并 Java 和 DDMS 透视图
好吧,我厌倦了在开发 Android 时在 DDMS 和 Java 视角之间切换。有没有办法自定义 Eclipse 以在标准 Java 视角上获取带有模拟器和线程列表的 LogCat 窗口? IE。在一个屏幕上。
“调试”视角接近我的需要,但我无法选择模拟器
Ok so I am tired of switching between the DDMS and Java perspectives when developing for android. Is there any way to customise Eclipse to get the LogCat window with the emulator and thread list on the standard Java perspective? ie. On one screen.
The "Debug" perspective is close to what I need but I can't select the emulator
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
Window->Open Perspective选择最接近您需要的视角
使用
Window->Show View->Other添加视图
使用
Window->Save Perspective As
保存透视图Choose the Perspective that is closest to what you need using
Window->Open Perspective
Add Views using
Window->Show View->Other
Save the Perspective using
Window->Save Perspective As