Force close android app in simulator

Three ways to force close running/debugging app

1: adb shell -> ps -> kill 'pid'                                                  App will auto restart

2: settings -> Apps -> man app -> app -> force stop              App will auto restart

3: adt -> DDMS -> devices -> com.app.xxx -> stop                 App will not auto restart


你可能感兴趣的:(Force close android app in simulator)