I tried printing messages using the System.out.println(“Console message”) but the messages are not getting printed in the console. Any specific reasons for this? How to print the console messages then?
i can see another window named DDMS. what is the use of it?
Please help
Regards,
Bunty
Use
Log.d("Title", "Message");instead of console and you can see result in logcat window