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

后端 未结 12 1151
被撕碎了的回忆
被撕碎了的回忆 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:53

    You do not have to close android studio as I have seen many advise, you can use the terminal from here. In this way : 1 Go to the terminal in Android studio; 2 Did adb kill-server to kill the process; 3 Did adb start-server to running here 4. Check if the devices is attached with adb devices

    Now it should work !

提交回复
热议问题