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