마스터Q&A 안드로이드는 안드로이드 개발자들의 질문과 답변을 위한 지식 커뮤니티 사이트입니다. 안드로이드펍에서 운영하고 있습니다. [사용법, 운영진]

기기에 release 파일 설치 후 debug 안되는 문제

0 추천
마켓에 올리기전에 release.apk 파일을 테스트겸 모바일기기에 넣고 설치하고 나서 부터

android studio에서 Run app으로 실행 하면 삭제가 안됬다면서 오류가 납니다

=====================================================================

실행시 다이얼로그 :

Installation failed with message Invalid File: C:\IoT149\AndroidProject\Chemical01Molecular\app\build\intermediates\split-apk\debug\slices\slice_8.apk.
It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.

WARNING: Uninstalling will remove the application data!

Do you want to uninstall the existing application?

                 || OK ||  || CANCEL ||

======================================================================

Run 오류 메세지 :

$ adb shell pm uninstall app.chem.molecular
DELETE_FAILED_INTERNAL_ERROR
Error while Installing APKs

===============================================================

adb shell 들어가서 명령어 쳐도 waiting 만 뜨고 30분 넘게 기다려도 안되네요

shell@K01A:/ $ adb uninstall app.chem.molecular
- waiting for device -

===============================================================

모바일 기기 자체에서 끌어서 삭제해도 뭔가가 남는지 계속 저 에러 메세지가 뜹니다.

완전히 삭제할 수 있는 방법이 없을까요?
android:name (450 포인트) 님이 2017년 4월 2일 질문

답변 달기

· 글에 소스 코드 보기 좋게 넣는 법
· 질문에 대해 추가적인 질문이나 의견이 있으면 답변이 아니라 댓글로 달아주시기 바랍니다.
표시할 이름 (옵션):
개인정보: 당신의 이메일은 이 알림을 보내는데만 사용됩니다.
스팸 차단 검사:
스팸 검사를 다시 받지 않으려면 로그인하거나 혹은 가입 하세요.
...