While launching an app, I am getting a message " Client not ready yet". Also, my device is showing" Waiting for debugger to attach ", followed by "Unfortunately, android app has stopped working". I have tried every possible solution available on discussion forums, but no solution is applying here.I also tried running a simple HELLO WORLD app to know whether there is some issue with my app code, but the same message is been shown. I tried the following things:
- Reinstalling the deice drivers
- Reinstalling the android studio
- Installing LLDB
- Using different device, different cable and port
- adding android.os.Debug.waitForDebugger(); to the manifest file
- Changing setting to MTP only
- Removing all breakpoints
But nothing worked. What could be the root cause of this problem??