摘要:
在eclipse中,android不支持System.out,将调试信息打印大到屏幕需要在 window - showview -android 里面调出 device 和logcat 然后,在logcat里面新增加filter, 1/ 增加 Systemout功能,即: 添加by log tag为 System.out2、增加 Log.v等调试功能,即:添加 by log tag : Log.v最后,在device里面双击调试的机器或模拟机作为备忘,记录一下 阅读全文