android studio error 대처법
다음과 같은 에러가 발생 활때 대처 법
ERROR : Event Log
Session 'app': Error Installing APKs


ERROR : Event Log
Failed to finalize session : INSTALL_FAILED_INSUFFICIENT_STORAGE
Open a shell to the device
adb shell
cd /data/local/tmp
rm *
// use at your own risk, good practice to list files first
ERROR : Event Log
Session 'app': Error Installing APKs


ERROR : Event Log
Open a shell to the device
adb shell
cd /data/local/tmp
rm *
// use at your own risk, good practice to list files first
댓글