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

最近在书写android代码的时候.猛然报了一个错..由于时隔很久没用做android开发.错误提示的生疏了.

报错消息:"Theapplicationxxxhasstoppedunexpectedly.Pleasetryagain"inRELEASEmode.

解决方案:增加页面消息,AndroidManifest.xml中的application里边加上了XXX页面

<activity android:name=".xxx" android="@string/app_name" android:label="@string/app_name"></activity>

相关推荐