forked from kookmin-sw/cap-template
-
Notifications
You must be signed in to change notification settings - Fork 1
prerequisites
minwook edited this page Mar 31, 2024
·
3 revisions
- All OS Platform
- Git client
- Flask
- ADB Tools
- All OS Platform (Depends on version details)
- Git client
- NodeJS
- React
- Electron
-
안드로이드의 설정 메뉴로 이동합니다.
-
"개발자 옵션"으로 이동한 후, "USB 디버깅" 옵션을 찾아서 활성화합니다.
-
컴퓨터와 기기를 USB 케이블로 연결합니다.
-
(optional) 사전 패키징된 adb 바이너리를 설치합니다.
- MacOS, Linux
sh ./scripts/adb_installer.sh
npm run adb-start
- Windows
powershell -noexit "& ""scripts\adb_installer.ps1"""
npm run adb-start