DDMS - Can't bind to local 8600 for debugger on Android Studio

后端 未结 6 1467
清歌不尽
清歌不尽 2020-12-09 08:45

Am trying to view my database tables using Android Device Monitor and It showing me Errors for reasons which i am not really sure of. And i don\'t have another instance of D

6条回答
  •  萌比男神i
    2020-12-09 09:24

    A similar question helped me solve this issue here:

    Android Studio and android device monitor

    By opening DDMS from within Android Studio, I am able to bind and monitor my android devices with no more broken pipes or port conflicts.

    Simply follow these steps to open DDMS from within android studio: Select Tools > Android > Android Device Monitor

    I can only assume AS runs a DDMS instance silently, since when AS is closed, manually opening DDMS has no issues. Only when AS is running do I get this when running DDMS from the CLI

提交回复
热议问题