Reputation: 11
I am trying to run my Windows 10 app targeting ARM architecture on Raspberry Pi running Windows 10. Though I have selected .appx bundle, certificate and dependencies I am getting
Failed to commit pending deployment
error.
I have connected the Raspberry and PC through Ethernet and using the web based Appx manager for deployment.
Upvotes: 1
Views: 492
Reputation: 1
Also check the architecture of your .appx program. You are probably making a non-arm .appx, that's just a common mistake.
By the way, I am planning to make games for raspberry pi but I don't have one to test, waiting for my pi now. I made a small performance test: a 3D-game where you can just run (buttons W and S) and rotate your camera (buttons E and Q), nothing else at all. It's for Windows 10 ARM64/Windows IoT 64bit. You can find it here:link and description.
If you check it out and it runs on RasPi, please provide feedback, I need it for further games.
Upvotes: -1
Reputation: 21
Using the application manager on http://misswinpc:8080/AppXManager.htm:
Upvotes: 2