I try to log some text using Log.v or Log.e but I can’t see the text anywhere in the eclipse console.
What am I missing? thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Log output doesn’t go to the eclipse console. You will want to either use the

DDMSperspective or open theLogCatview fromWindow->Show View->Other->Android->LogCat, for exampleLog.d("message","false")will be shown in LogCat as this