=================================
=================================
=================================
출처: 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를을 증가.구글번역기로 바로 돌려서 매끈하게 번역되진 않았지만, 이해하는데 무리는 없었다. 귀찮아서 설치된 기존앱을 삭제하고 재설치했더니 잘 됨.
=================================
=================================
=================================
'스마트기기개발관련 > 안드로이드 개발' 카테고리의 다른 글
안드로이드 개발 Android Swipe Views를 생성해보자(Play Store 같은 UI) 관련 (0) | 2015.11.19 |
---|---|
안드로이드 개발 다이얼로그 진행바(프로그래시브바) 달기 관련 (0) | 2015.09.08 |
안드로이드 쓰레드 AsyncTask Android example 쓰레드 AsyncTask 관련 (0) | 2015.05.21 |
Android 디바이스의 고유 번호 (Identifier) 획득 시 고려 해야 할 점, air 액션스크립트 안드로이드 개발 고유 밴더 아이디 얻기 관련 (0) | 2014.11.20 |
[Android] Samsung Galaxy Emulator (삼성 갤럭시 시리즈 에뮬레이터) (0) | 2014.11.06 |