linux - adb from Android Studio and terminal are not usable simultanously -


i'm using linux mint , have annoying problem adb:

i can use adb either android studio (android monitor) or in terminal, not both @ same time. android studio terminal found no devices if android monitor in android studio running.

the workaround exit android studio , type 'adb kill-server' in terminal. after can use adb in terminal, , when i'm ready custom commands have restart android studio.

i have activated tools -> android -> enable adb integration.

any ideas use adb through terminal when android studio running?

make sure using single instance of adb.

you are, probably, using 2 instances of adb. single instance of adb, can use external terminal, android studio terminal, , build/run projects android studio simultaneously without restarting anything.

to verify if using single instance of adb run

$ adb 

or

$ type adb 

from external terminal , 1 android studio, , make sure both pointing same adb.

hope helps.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -