In android studio I get the following Error: No debugable applications
772
I am getting the following message in Android Studio 1.5.1:
Error: Not debuggable applications
I try to restart it and it still doesn't work. But before it did work and no plugin or library has been installed or changes have been made to the OS. View image:
After investigating without obtaining any solution, nor closing/restarting the ide it worked which seemed strange to me because at first it did work without any problem but suddenly, after doing several tests see below it worked:
solution that I found quick answer:
close the idewhen it starts again we activate:
Tools>> Android>> Enable ADB Integration.
but important before closing the ide also close the
Android Device Monitor (ADM)
(because in my case this was the one that caused the error to occur, it has to be closed before starting the ide)
"I think the problem starts when launching an application and then opening the ADM with it open, you can see that ADB integacion se desactiva(in my case)"
Various solutions and tests:
If after getting the error you look to activate the ADB without closing the ADM and launch app runit, errors of this type will appear most of the time.
Tubería rota
java.io.IOException: Tubería rota
If you close the ADM, you reopen it and app runsometimes you get errors of the type:
Tubería rota
java.io.IOException: Tubería rota
If you close it ADMand do app runwithout launching the ADM , and then close the app in X. Now you activate it ADMand launch the app if it works (check that ADB integration is active).
Notes: open the ADMwith the app without being active, (to avoid deactivating the integration with ADB).
After investigating without obtaining any solution, nor closing/restarting the ide it worked which seemed strange to me because at first it did work without any problem but suddenly, after doing several tests see below it worked:
solution that I found quick answer:
close the
ide
when it starts again we activate:Tools
>>Android
>>Enable ADB Integration
.but important before closing the ide also close the
(because in my case this was the one that caused the error to occur, it has to be closed before starting the ide)
"I think the problem starts when launching an application and then opening the ADM with it open, you can see that
ADB integacion se desactiva
(in my case)"Various solutions and tests:
If after getting the error you look to activate the ADB without closing the ADM and launch
app run
it, errors of this type will appear most of the time.If you close the
ADM
, you reopen it andapp run
sometimes you get errors of the type:If you close it
ADM
and doapp run
without launching the ADM , and then close the app in X. Now you activate itADM
and launch the app if it works (check that ADB integration is active).Notes: open the
ADM
with the app without being active, (to avoid deactivating the integration withADB
).