How to watch CPU usage using adb in android 1. Show CPU usage respectively in apps. adb shell top -n 1 -s cpu ->details about top options -m num : Maximum …
Read more »I encounter the error "Android Studio APK install error: "local path doesn't exist" while building android source. The solution is Go to y…
Read more »How to separate string data by sentences When I am developing android app using Kotlin, I had to separate string data by one sentence. There might be so many s…
Read more »Useful ADB shortkeys Android Debug Bridge(ADB) is CLI tool which communicate with device. Android SDK Platform includes ADB package. - Move directory adb shell…
Read more »리눅스 파티션별 역할 / : 루트 파티션 /bin : 기본 명령어가 들어있음 /sbin : 시스템 관리용 명령어가 들어있음 /etc : 시스템 환경설정과 관련된 파일이 들어있음 /boot : 부팅 커널이 저장됨 /media : 외부 장치를 마운트하기 위해 제공됨 /usr : 응용프로그…
Read more »