Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Windows Phone 8.1 porting on 10 UAP

Antonio_Za
Beginner
743 Views

Hello,

I installed the 3522 version and now I see the Windows Phone 8.1 build is replaced by the Windows 10 UAP Build.

So, I tried to build my app using this new tab (no changes made on the working code for win 8.1) but I got this build error:

Error: Invalid Windows capability, removableStorage

Could you please help me?

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
743 Views

Antonio -- if you use the CLI 5.4.1 build option you'll see the Windows 8 and Windows Phone 8.1 build options. Not sure how to deal with the removableStorage error you're getting. I suspect it is due to that fact that you must declare the app to be specific to Windows Phone (a "UWP" app), which our build system doesn't provide for declaration of. See this Microsoft article for some details > https://msdn.microsoft.com/en-us/windows/uwp/packaging/app-capability-declarations <

0 Kudos
Antonio_Za
Beginner
743 Views

Ok, I get back to CLI 5.4.1 and I built the app for WinPhone 8.1.
Thank you Paul.

0 Kudos
Reply