React Native Android debug disconnect

Aboa·2023년 3월 17일

Some time android disconnect debug session and dosen't fixed when you run the app again.

check device list

adb devices

connect your device

adb reverse tcp:8081 tcp:8081

8081 is default port. if the port you are using is different, you can change it.

it working on remote debugging mode

0개의 댓글