Hi, is there a way in AndroidStudio Hedgehog to ki...
# android-studio
j
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.
I found something with the old UI:
Is this also available within the new UI?
Got it! Needed to activate it via view->tool window->device explorer
image.png
thank you community duck!