The application xxx has stopped unexpectedly . 错误解决方案

最近在书写android代码的时候.猛然报了一个错..由于时隔很久没用做android开发.错误提示的生疏了.
报错消息:"The application xxx has stopped unexpectedly . Please try again" in RELEASE mode.


解决方案:增加页面消息,AndroidManifest.xml中的application 里边加上了XXX页面
<activity android:name=".xxx" android="@string/app_name" android:label="@string/app_name"></activity>

你可能感兴趣的:(android,application)