-
리액트 네이티브 - device is offline 에러 해결프론트엔드/프론트엔드 이슈 2023. 10. 19. 21:47728x90
https://www.stackoverflowtips.com/2020/08/react-native-fix-adb-device-is-offline.html
React Native: Fix adb - device is offline error and Execution failed for task ':app:installDebug' and other
Android ADB device offline, can't issue commands Execution failed for task ':app:installDebug' ADB manager: unable to locate ADB 'adb' is not recogniz
www.stackoverflowtips.com
Open CMD(command prompt) and below commands in order Kill the running ADB server using "adb kill-server" Start ADB server using "adb start-server" check running devices status using "adb devices" if your device is offline then run following this command "adb reconnect device"
728x90'프론트엔드 > 프론트엔드 이슈' 카테고리의 다른 글
바이너리 데이터를 base64 string 으로 변환해서 이미지 보여주기 (1) 2023.10.23 카카오 로그인 키 해쉬 오류 해결하기 (0) 2023.10.20 안드로이드 시뮬레이터 느림 현상 해결 - 메모리 용량 늘리기 (0) 2023.10.20 카카오 로그인 키 해쉬 에러 (0) 2023.10.20 리액트 네이티브 What react-native :app:installDebug FAILED 에러 해결 (0) 2023.10.19