How do I deal with a forced close message on Android? -


i having trouble debugging app causes pop-up "forced close" message every time try use android app. how can go around ?

usually "force close" means getting exception not handling / expecting.

use logcat check happing app , try fix it.

you can use log cat this:

  • .\adb.exe logcat

if seeing info in log can filter log this:

  • .\adb.exe logcat activitymanager:i your_app_tag:d *:s

i don't use eclipse don't know if default eclipse console show happening application.

hope helps, luck


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -