selfstarter

Android apk install 본문

App/Android

Android apk install

selfstarter 2020. 4. 1. 17:01

Android apk install

  1. cmd 창 열기
  2. Android apk 파일이 있는 폴더로 이동
  3. adb devices 명령어 쳐서 연결되어있는 device id 확인
  4. adb -s 0wer45erw234(device id) install -t app-debug.apk

성공 시 cmd에 success 표시
Performing Streamed Install
Success

'App > Android' 카테고리의 다른 글

Kotlin 사용법(Kotlin Summary with kotlin tutorial)  (0) 2020.04.04
Android adb command  (0) 2020.04.03
Setting String format in Android  (0) 2020.04.01
Internal error in Firestore (0.6.6-dev)  (0) 2020.04.01
Animation simple example in Android  (0) 2020.03.30
Comments