본문 바로가기

Develop

android app 재시작하기

728x90

android app 재시작하기

http://www.android.pk/blog/general/launch-app-through-adb-shell/

format

$ adb shell am force-stop 
$ adb shell am start -a     

example

$ adb shell am force-stop com.ionicframework.hellomaptab2968152
$ adb shell am start -a android.intent.action.MAIN -n com.ionicframework.hellomaptab2968152/.helloMapTab2
반응형

'Develop' 카테고리의 다른 글

인증서 연장하기기기  (0) 2014.12.14
git 관련 궁금한 내용.  (0) 2014.10.30
avd 생성하기  (0) 2014.10.12
Cordova 프로젝트 시작하기  (0) 2014.10.11
통계 데이타  (0) 2014.09.21