Skip to content

prerequisites

minwook edited this page Mar 31, 2024 · 3 revisions

Server

Client

  • All OS Platform (Depends on version details)
  • Git client
  • NodeJS
  • React
  • Electron

실기기의 ADB USB 디버깅 설정

  1. 안드로이드의 설정 메뉴로 이동합니다.

  2. "개발자 옵션"으로 이동한 후, "USB 디버깅" 옵션을 찾아서 활성화합니다.

  3. 컴퓨터와 기기를 USB 케이블로 연결합니다.

  4. (optional) 사전 패키징된 adb 바이너리를 설치합니다.

  • MacOS, Linux
sh ./scripts/adb_installer.sh
npm run adb-start
  • Windows
powershell -noexit "& ""scripts\adb_installer.ps1"""
npm run adb-start