Tuesday, March 2, 2010

How to kill a process on Android device

To find the list of processes running on device just issue the command "adb shell ps", which will give list of all running processes and their PID's.

Issue "adb shell kill <PID>" where PID is the process ID to kill the process.

No comments:

Post a Comment