I am a beginner to android. in java and other programming languages we get error in the console. how to find the same as if there is no error in the code and app crashes on start up.
Share
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.
use the logcat in eclipse, red lines are errors. Double click on them shows you the line in code where the error comes from (try all of them ).