Failed to finalize session : INSTALL_FAILED_INVALID_APK: /data/app/…tmp/…-debug version code 29 inconsistent with 28
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
This error happens when i try to run the app on the simulator:
It asks if it can uninstall the current application but there is no application installed on the simulator. If i click ok, just fails.
I try to invalidate cache and restart, to reboot the pc, to create a new simulator, to update Android studio, all failed with this error.
My current android studio version is 3.2.1.
android android-studio android-testing android-studio-3.0 android-build
add a comment |
This error happens when i try to run the app on the simulator:
It asks if it can uninstall the current application but there is no application installed on the simulator. If i click ok, just fails.
I try to invalidate cache and restart, to reboot the pc, to create a new simulator, to update Android studio, all failed with this error.
My current android studio version is 3.2.1.
android android-studio android-testing android-studio-3.0 android-build
add a comment |
This error happens when i try to run the app on the simulator:
It asks if it can uninstall the current application but there is no application installed on the simulator. If i click ok, just fails.
I try to invalidate cache and restart, to reboot the pc, to create a new simulator, to update Android studio, all failed with this error.
My current android studio version is 3.2.1.
android android-studio android-testing android-studio-3.0 android-build
This error happens when i try to run the app on the simulator:
It asks if it can uninstall the current application but there is no application installed on the simulator. If i click ok, just fails.
I try to invalidate cache and restart, to reboot the pc, to create a new simulator, to update Android studio, all failed with this error.
My current android studio version is 3.2.1.
android android-studio android-testing android-studio-3.0 android-build
android android-studio android-testing android-studio-3.0 android-build
asked Nov 14 '18 at 9:16
ByteArtisanByteArtisan
3,30933869
3,30933869
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Solved by changing app version from 29 to 30.
Doesn't make much sense but the error is gone.
Maybe, somehow, has to do with a previous build of a signed APK, version 29. It start to happen just after.
add a comment |
Disable Instant Run then invalidate cache and restart
File --> Settings --> Build, Execution, Deployment --> Instant Run-->Uncheck Enable Instant Run
add a comment |
Try changing the user account in emulator, I encounter the same problem with real device. so I changed the user account between user and guest and delete the installed application. then I could install the new version
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53296618%2ffailed-to-finalize-session-install-failed-invalid-apk-data-app-tmp-d%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Solved by changing app version from 29 to 30.
Doesn't make much sense but the error is gone.
Maybe, somehow, has to do with a previous build of a signed APK, version 29. It start to happen just after.
add a comment |
Solved by changing app version from 29 to 30.
Doesn't make much sense but the error is gone.
Maybe, somehow, has to do with a previous build of a signed APK, version 29. It start to happen just after.
add a comment |
Solved by changing app version from 29 to 30.
Doesn't make much sense but the error is gone.
Maybe, somehow, has to do with a previous build of a signed APK, version 29. It start to happen just after.
Solved by changing app version from 29 to 30.
Doesn't make much sense but the error is gone.
Maybe, somehow, has to do with a previous build of a signed APK, version 29. It start to happen just after.
answered Nov 14 '18 at 9:46
ByteArtisanByteArtisan
3,30933869
3,30933869
add a comment |
add a comment |
Disable Instant Run then invalidate cache and restart
File --> Settings --> Build, Execution, Deployment --> Instant Run-->Uncheck Enable Instant Run
add a comment |
Disable Instant Run then invalidate cache and restart
File --> Settings --> Build, Execution, Deployment --> Instant Run-->Uncheck Enable Instant Run
add a comment |
Disable Instant Run then invalidate cache and restart
File --> Settings --> Build, Execution, Deployment --> Instant Run-->Uncheck Enable Instant Run
Disable Instant Run then invalidate cache and restart
File --> Settings --> Build, Execution, Deployment --> Instant Run-->Uncheck Enable Instant Run
answered Nov 14 '18 at 9:21
sasikumarsasikumar
8,09311228
8,09311228
add a comment |
add a comment |
Try changing the user account in emulator, I encounter the same problem with real device. so I changed the user account between user and guest and delete the installed application. then I could install the new version
add a comment |
Try changing the user account in emulator, I encounter the same problem with real device. so I changed the user account between user and guest and delete the installed application. then I could install the new version
add a comment |
Try changing the user account in emulator, I encounter the same problem with real device. so I changed the user account between user and guest and delete the installed application. then I could install the new version
Try changing the user account in emulator, I encounter the same problem with real device. so I changed the user account between user and guest and delete the installed application. then I could install the new version
answered Nov 14 '18 at 9:30
masoud valimasoud vali
1,10821226
1,10821226
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53296618%2ffailed-to-finalize-session-install-failed-invalid-apk-data-app-tmp-d%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown