Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CSS사용법
- R프로그래밍
- error
- android fragment
- Android Apk
- Kotlin
- tomcat
- Exception
- fragment
- java error
- 안드로이드
- Firebase
- FLUTTER
- Eclipse
- jQuery
- release unsigned
- spring
- android error
- Program type already present
- Android Apk 이름
- Java
- html
- css
- Android
- JavaScript
- Android Apk 이름 변경
- apache gzip
- DataTable
- release Apk
- MySQL
Archives
- Today
- Total
목록android adb (1)
selfstarter
Android adb command
Android adb command adb devices : 연결되어있는 디바이스 목록 보기 adb -s 1e6ad0(디바이스id) shell am broadcast -a com.test.broadcast.ACTION_RESULT -a --es re hello broadcast로 해당 app에 intent 전달하는 adb 명령어 --ez는 boolean, String은 --es(아래 참고) adb -s 0a1ab9d4f21e6ad0 shell am broadcast -a com.kscc.taxi.appmeter.ACTION_RESULT_OF_EXECUTE --es res finishMain [-e|--es ...] [--esn ...] [--ez ...] [--ei ...] [--el ...] [--ef..
App/Android
2020. 4. 3. 15:09