android打印
时间:2010-10-16 来源:chencb19
1.在eclipse中点击菜单栏,window->Show View 把LogCat显示出来
2.在程序中这样写:
import android.util.Log;
private static final String TAG = "MyActivity";
Log.v(TAG, "currentX=" + currentX);
相关阅读 更多 +
时间:2010-10-16 来源:chencb19
1.在eclipse中点击菜单栏,window->Show View 把LogCat显示出来
2.在程序中这样写:
import android.util.Log;
private static final String TAG = "MyActivity";
Log.v(TAG, "currentX=" + currentX);