티스토리 뷰
Mobile/Android
adb: error: failed to copy 'local_filePath' to 'remote_path': remote Read-only file system
out of coding 2018. 4. 2. 14:54adb에 file을 밀어 넣으려고 하다가 에러가 발생하여서 찾아보았더니 해결 방법이 있네요.
에러 메세지는!
1 | adb: error: failed to copy 'local_filePath' to 'remote_path': remote Read-only file system | cs |
해결 방법은 아래와 같이 타이핑하면 되고... 안되면 다른 블로그를 찾아주세요. ㅠㅠ
1 2 3 4 5 | adb shell su mount -o rw,remount rootfs / chmod 777 /path/to/copy/in exit | cs |
아... su가 안 먹히면 sudo를 이용하세요
'Mobile > Android' 카테고리의 다른 글
Android 64K 메소드 이상일 경우 빌드시에 오류 해결 (0) | 2018.05.13 |
---|---|
kotlin let, with, run, apply, use (0) | 2018.04.11 |
Android WebView control 하기 (3/3) - Javascript Interface (0) | 2018.03.02 |
Android WebView control 하기 (2/3) - WebChromeClient (0) | 2018.03.02 |
Android WebView control 하기 (1/3) - WebViewClient (0) | 2018.02.26 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- golang
- Java
- Spring
- intellij
- cocoapods
- ubuntu
- CentOS
- Kotlin
- tomcat
- Python
- php
- Windows
- war
- Linux
- Gradle
- github
- windows10
- rxswift
- MySQL
- Xcode
- nodejs
- SWIFT
- enum
- go
- Codable
- docker
- centos8
- android
- git
- ios
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함