Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我将 System.out.println() 与 Android ADT for Eclipse 一起使用时,它没有显示在控制台中?
我怎样才能打开它?或者如何使用 ADT 正确输出到控制台?
System.out.println 和 Log.d 都进入 LogCat,而不是控制台。
窗口->显示视图->其他...->Android->LogCat
使用 Log.d("name", "log string"); 用于记录,然后打开 logcat 以查看日志