안드로이드 스튜디오 설치 후, 기존 프로젝트를 'Run' 하니 아래 오류가 발생했다.
Couldn't terminate the existing process for '패키지명'.
Solved)
adb uninstall 'pakage name'
삭제 후 재설치하니 해결되었다.
'앱개발' 카테고리의 다른 글
Android Studio 4.2 이상에서 frameworks.jar 로 빌드하여 hidden api 사용하기 (0) | 2022.10.26 |
---|---|
gitlab enterprise 원격 저장소를 로컬에 clone 하는법 (+소스트리) (0) | 2022.01.27 |