Click here to Skip to main content
15,890,845 members
Articles / Programming Languages / Java

How to write Console message?

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
13 Nov 2012CPOL 3.6K  
Android. I used:import android.util.*;......Log.d("MyActivity", "Debug output");but this not show anything in console. What else may I use?

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions