Android Studio Bumblebee 2021.1.1 Hangs at Waiting For Debugger

Viewed 221

Since i have updated to Android Studio Bumblebee 2020.1.1 Patch 2, i am not able to debug my applications because it stuck at Loaded Module.

enter image description here

and it is not running my application on debug mode, before updating to 2021.1.1 my debugger was working just fine

it is happening to all my devices include my tablet and emulators as well

1 Answers

It seems to be the cache failure! First if application is running or debugging on Emulator, stop it. Then delete folder ".lldb" in path below: C:\Users{your_username}
and after run debug again.

Related