-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A packaging error thrown when deploying universal windows application #116
Comments
Described error happened due to the framework was trying to deploy dependencies build for not suitable architecture (ARM, x64) when application is build for x86. Work around is to remove specified folders from 'Dependencies' directory. |
Thanks for additional information. Turns out I was testing it on package that contains build for x86 only. I will look if it could be fixed on our side, or if it is on MS libraries side. I think we should try to pick correct dependencies automatically, so I have reopened your issue. |
I have the same issue. It creates x64 and ARM even if the options are unchecked in Create app packages. After removing x64 and ARM from discrepancies folder it still trows expatiation:
|
One workaround I was able to find was to deploy Internally we use same libraries which are used by AppDeploy tool form Microsoft which itself did not support new UWP packages, so we patched it to make it work with basic packages. If someone have a time to research how Visual Studio does deployment or how it is done using new tools from Windows 10 SDK, we would really appreciate any help. But new tools from Windows 10 Mobile SDK requires pairing of devices and host system to be able to deploy, these includes manual entry of PIN code, which might make environment setup for test runs on emulators very laborious and fragile. Unfortunately we do not have complex UWP app for Windows 10 to test this and we stopped our mobile app development at Store Apps for Windows 8.1, which seems to deploy both to Windows Phone 8.1 and Windows 10 Mobile without any problem. |
Steps to reproduce:
Expected behavior: Emulator is started and app is deployed successfully
Actual behavior: emulator(Mobile Emulator 10.0.10240.0 WVGA 4 inch 512MB) is started but app is not deployed due to exceptio - 'A packaging error prevented this application from installing. (33)'
Console output for StoreApps.Driver is following:
note: additional logging output was added to the place where exception is thrown
The text was updated successfully, but these errors were encountered: