Reputation: 4283
When i try and run the emulator I'm getting the following....
Deployment failed because an app with target platform ARM cannot be deployed to Emulator 720P. If the target platform is win32/ x86, select an emulator. If the target platform is ARM, select Device
Any ideas? I've tried to adjust the configuration to X86 to no avail?
Upvotes: 4
Views: 2150
Reputation: 7493
Batero is correct. But also, note that you Configuration Manager allows you to have separate build targets depending on the profile you are building with.
So you could configure it to build x86 when you are in Debug mode and ARM when you are in the Release mode.
Upvotes: 0
Reputation: 119
let try to change the value "ARM" to "x86" by BUILD -> CONFIGURATION MANAGER
Upvotes: 6