// 정리중 - 2020.05.18 갱신
1. adb kill
./adb kill-server
2. adb start
./adb start-server
3. adb shell 접속
./adb shell
4. 파일 권한 변경
- chmod -R 777 파일명
5. adb root권한 획득
./adb root
6. adb 내부 파일 다운로드 (root 권한 획득 후 진행 할 것)
./adb pull {파일 경로/파일이름}
[안드로이드] 안드로이드 AAR 생성 가이드 (0) | 2020.05.19 |
---|---|
[안드로이드] Google Play 스토어 검색 최적화 (1) | 2020.05.18 |
[안드로이드] 액티비티 전환 애니메이션 (0) | 2019.12.02 |
[안드로이드] AndroidManifest.xml (0) | 2019.10.05 |
[안드로이드] MediaStore 파일 읽기 (1) | 2019.07.16 |