How to replace force close screen with dialog box and appropriate error message?
Can any one help me to come out of this ?
How to replace force close screen with dialog box and appropriate error message? Can
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.
The force close screen is an Android default display that indicates that an error or exception occured in your code that wasn’t handled: you can’t override it, and the only way to prevent it is to figure out and then actually handle the exception that occured in your code.
If you need help debugging to determine what the actual exception or error was take a look at the debugging guide.