상세 컨텐츠

본문 제목

안드로이드 [android]Installation error: INSTALL_FAILED_VERSION_DOWNGRADE [출처] [android]Installation error: INSTALL_FAILED_VERSION_DOWNGRADE 관련

스마트기기개발관련/안드로이드 개발

by AlrepondTech 2015. 5. 26. 11:26

본문

반응형
728x170

 

 

 

 

 

 

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

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

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

 

 

 

 

 

 

 

 

출처: http://blog.naver.com/highfishking/220068955921

Installation error: INSTALL_FAILED_VERSION_DOWNGRADE

디버깅하려고 했더니 위와 같은 오류가 발생했다..

구글링을 해보았다.

무려 추천을 120개나 받고, 질문자 채택까지 받은 답변이 있다.

 

It means you're trying to install an app with the same packageName as an app that's already installed on the emulator, but the one you're trying to install has a lower versionCode (integer value for your version number).

You might have installed from a separate copy of the code where the version number was higher than the copy you're working with right now. In either case, uninstall the currently installed copy, or open up Settings > Apps to determine the version number for the installed app, and increment your versionCode to be higher in the AndroidManifest.

-

그것은 당신이 이미 에뮬레이터에 설치되어 응용 프로그램과 동일한 여기서 packageName와 응용 프로그램을 설치하려고하는,하지만 당신은 설치하려는 사람이 낮은 versionCode를 (버전 번호의 정수 값)을 의미합니다.당신은 버전 번호가 당신이 지금 작업중인 복사본보다 높았다 코드의 개별 복사본에서 설치되어 있습니다.어느 쪽의 경우, 현재 설치된 복사본을 제거하거나 설치된 응용 프로그램의 버전 번호를 확인하기> 애플 리케이션 설정을 열고 AndroidManifest를 더 높은 것으로 당신의 versionCode를을 증가.

구글번역기로 바로 돌려서 매끈하게 번역되진 않았지만, 이해하는데 무리는 없었다. 귀찮아서 설치된 기존앱을 삭제하고 재설치했더니 잘 됨. 

 

 

 

출처:http://stackoverflow.com/questions/13808599/android-emulator-installation-error-install-failed-version-downgrade

 

 

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

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

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

 

 

반응형
그리드형


관련글 더보기

댓글 영역