Chetankumar G shetty
Chetankumar G shetty

Reputation: 11

Error while deploying the Windows 10 app on Raspberry Pi

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

Answers (2)

Avicus Delacroix
Avicus Delacroix

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

Erik
Erik

Reputation: 21

Using the application manager on http://misswinpc:8080/AppXManager.htm:

  1. Install the dependencies one by one using the AppX field.
  2. Install your AppX bundle and certificate without adding any dependencies.

Upvotes: 2

Related Questions