android unable to kill current application
If you run into issue trying to install your app but being told unable to kill your current app, then you can try to run
adb shell am force-stop com.appcoreopc.getmyhome
adb kill-server; adb start-server
If you run into issue trying to install your app but being told unable to kill your current app, then you can try to run
adb shell am force-stop com.appcoreopc.getmyhome
adb kill-server; adb start-server
Comments