Description
When building an app to a Windows 10 Mobile device a second time the application fails to install with the below error.
The latest Universal tools are needed for this error to occur
ERROR] : Failed to install app (code 2148734208): Windows App Deployment Tool
Version 10.0.0.0
Copyright (c) Microsoft Corporation. All rights reserved.
Opening connection to device at '127.0.0.1'.
Installing app...
Disconnecting.
0x80131500 - Failed to install or update package: Deployment of package com.team_1.0.0.0_arm__d7c8pgvss6ysm was blocked because the provided package has the same identity as an already-installed package but the contents are different. Increment the version number of the package to be installed, or remove the old package for every user on the system before installing this package.
0x80073cfb
0x80131500 - Deployment of package com.team_1.0.0.0_arm__d7c8pgvss6ysm was blocked because the provided package has the same identity as an already-installed package but the contents are different. Increment the version number of the package to be installed, or remove the old package for every user on the system before installing this package.
0x80073cfb
This was already fixed in the cloned ticket but it appears the error code has now been changed to 2148734208
Steps to reproduce
1. Build to a Windows 10 Mobile phone using
appc run -p windows -T wp-device
2. Rebuild the app using
appc run -p windows -T wp-device
Actual result
The app fails to install, a developer will currently have to uninstall their app each build
Expected result
The app should be reinstalled, a developer should not have to remove the same application each time they build
master: https://github.com/appcelerator/windowslib/pull/53
I'm ok with a backport. Let's do that. [~kota]
https://github.com/appcelerator/titanium_mobile/pull/8238
Verified using: Windows 10 Pro Appc core: 6.0.0-26 Appc NPM: 4.2.8-5 Ti SDK: 6.0.0.v20160822001523 Lumia 930: 10.0 Install of an application on second build is now successful. [~kota] just a heads up that I have filed TIMOB-23800 as another error code has changed in the latest tools Closing ticket