command로 안드로이드 어플리케이션 실행시키기
보통은 Android 어플리케이션을 실행하려면 단말의 바탕화면이나 어플리케이션 리스트에서 터치를 하는 것으로 가능하다.이와 달리, Android SDK에서 제공하는 command tool인 adb를 이용하여 … Read more
보통은 Android 어플리케이션을 실행하려면 단말의 바탕화면이나 어플리케이션 리스트에서 터치를 하는 것으로 가능하다.이와 달리, Android SDK에서 제공하는 command tool인 adb를 이용하여 … Read more
command 상에서 application을 설치하거나 제거할 필요가 있을 때 명령이다.[설치]adb install [-l] [-r] .apk파일경로ex) adb install tabtab.apk[제거]adb uninstall [-k] package명ex) adb … Read more