1、在Android 应用程序中不能使用System.out.println(..)来输出信息,而要使用Log类中的静态方法输出调试信息。
Log.d("onStart", "onStart Method is executed.");
Android 学习手札(备注)
原文:http://www.cnblogs.com/lightxun/p/3550515.html