How to change Exception message, "The application … has stopped unexpectedly. Please try again later.”
问题 Is there any way to modify the generic Android Exception message "The application ... has stopped unexpectedly. Please try again later.” to display something more meaningful to the user? 回答1: What about implementing your own UncaughtExceptionHandler. See this question for some ideas: How do I obtain crash-data from my Android application? 来源: https://stackoverflow.com/questions/2673497/how-to-change-exception-message-the-application-has-stopped-unexpectedly