Can't attach Android Studio's debugger to Android process

后端 未结 12 1168
被撕碎了的回忆
被撕碎了的回忆 2020-12-29 18:12

I can\'t attach Android Studio\'s debugger to my debuggable application process. Anyone else had this issue? Basically I can\'t get my app listed in Choose Process

12条回答
  •  灰色年华
    2020-12-29 18:46

    This is what worked for me and its simple, go to Tools->Android->Enable ADB Integration, click on this and mark it selected if not selected this will allow your genymotion instance to connect to ADB but if this doesnt work then, if above mentioned setting is selected then mark unselected and wait till ADB is refreshed( few seconds) then again go to same setting and click on it to mark is selected, this will restart ADB and connect it. This works perfect for me each time i see this issue.

提交回复
热议问题