WP8 Error – “Installation of the application failed. Run time error has occurred. Fix the capabilities in WMAppManifest.xml file.”

Recently , I received an error when trying to run an app on one of the Windows Phone 8 .

The error stated that

“Installation of the application failed. Run time error has occurred. Fix the capabilities in WMAppManifest.xml file.” 

Installation of the App failed ?? Why ?

I tested my WP8 app on developer unlocked HTC Windows Phone 8X and it worked fine . I received the error only on the phones like developer unlocked HTC 8S and Lumia 520 device.

I figured out the reason for the error . In the requirements tab , I had set the following

<Requirement Name="ID_REQ_GYROSCOPE" />

The above requirements that is set is perfect . One of the requirements of the app is the ID_REQ_GYROSCOPE and since my developer unlocked devices don’t have the requirement specified , it displayed the error .

Generally ,if the devices don’t meet the requirements specified by the app , it will prevent the user from installing the app.

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...