Hi, is there a way in AndroidStudio Hedgehog to kill app process by os? I was able to do so via adb command
adb shell am kill <package-name>
, but could not find any button/action in AndroidStudio itself. I know in earlier versions of AS there was a "Terminate app process"-button within logcat window.
Jan
01/15/2024, 11:41 AM
I found something with the old UI:
Jan
01/15/2024, 11:42 AM
Is this also available within the new UI?
Jan
01/15/2024, 11:50 AM
Got it! Needed to activate it via view->tool window->device explorer