Software Archive
Read-only legacy content
17061 Discussions

Error building for Windows 10 UAP

Gabriel
Beginner
362 Views

I'm trying to generate for Windows 10, but it seems to be marked on the app for all languages, as I set only one language in the app for windows? Following error:

package.windows10.appxmanifest(13,6): error APPX1606: All languages specified in the Language attribute of the Resource element in the app manifest must be supported by the Windows Store. The value of the Resource element is comprised of the value from the Default Language field in the App Manifest Designer and a generated the list of languages based on localized resources in the project. The list of Windows Store app languages is available at http://go.microsoft.com/fwlink/p/?LinkId=223184. [...\FederacaoEspiritaMS\platforms\windows\CordovaApp.Windows10.jsproj]
Done Building Project "...\FederacaoEspiritaMS\platforms\windows\CordovaApp.Windows10.jsproj" (default targets) -- FAILED.

Build FAILED.

Time Elapsed 00:00:46.71
ERROR building one of the platforms: Error: ...\MSBuild\14.0\bin\msbuild.exe: Command failed with exit code 1
You may not have the required environment or OS to build this project
ERROR: Error: ...\MSBuild\14.0\bin\msbuild.exe: Command failed with exit code 1
ERROR:     at ChildProcess.whenDone (...\FederacaoEspiritaMS\platforms\windows\cordova\node_modules\cordova-common\src\superspawn.js:139:23)
ERROR:     at emitTwo (events.js:87:13)
ERROR:     at ChildProcess.emit (events.js:172:7)
ERROR:     at maybeClose (internal/child_process.js:818:16)
ERROR:     at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)

 

0 Kudos
6 Replies
PaulF_IntelCorp
Employee
362 Views

Not sure if this post helps > https://software.intel.com/en-us/forums/intel-xdk/topic/610071 < or follow this search for other related posts > https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fsoftware.intel.com%2Fen-us%2Fforums%2Fintel-xdk+windows+language&ie=utf-8&oe=utf-8 < It might require that you set the language as US-EN...

0 Kudos
Gabriel
Beginner
362 Views

thanks for the reply, I found another topic with the same problem, but also unresolved:
https://software.intel.com/en-us/forums/intel-xdk/topic/562123

0 Kudos
PaulF_IntelCorp
Employee
362 Views

I've asked a colleague who's more knowledgeable on the subject to see if he can shed some light on this subject.
 

0 Kudos
Jerroyd_M_Intel
Employee
362 Views

Hi Gabriel,

Paul reached out to me to see if I might be able to help. Can you send me a private message with your project? Are you including a plugin or changing a setting that is related to setting/disabling language?

0 Kudos
Gabriel
Beginner
362 Views

Hello love it if u could help me, how do you send you the project? the plugins I use are SocialSharing, OneSignal Push Notifications, Google Play Service for Support and Android v4

0 Kudos
Jerroyd_M_Intel
Employee
362 Views

Hi Gabriel,

For an unknown reason, extra languages are being added to your appxmanifest file, that other projects do not get. I don't see anything in your config.xml or plugin list that would add these extra languages. I will continue investigating, but if you can think of any recent changes that might have caused this error, let me know.

--Jerroyd

0 Kudos
Reply