Skip to main content
Known Participant
January 14, 2014
Answered

NativeProcess extendedDesktop error

  • January 14, 2014
  • 1 reply
  • 1240 views

I am using NativeProcess and am required to include <supportedProfiles>extendedDesktop</supportedProfiles> in the app descriptor.

This works fine in the debugger but when I go to export a release build, I get the following error:

'Error creating AIR file XXX-app.xml: eror 306: Descriptor must support one of the following profiles: desktop, mobileDevice, extendedMobileDevice, tv'

If I use <supportedProfiles>extendedDesktop desktop</supportedProfiles>   as suggested here: http://forums.adobe.com/thread/699165

..then NativeProcess is no longer supported in the Export Release.

This topic has been closed for replies.
Correct answer Necuima

I had the same problem.

You need to export build the application as a 'signed native installer', not a 'signed AIR package'.  It's one of the selection boxes in the export build panel.

1 reply

NecuimaCorrect answer
Participant
January 17, 2014

I had the same problem.

You need to export build the application as a 'signed native installer', not a 'signed AIR package'.  It's one of the selection boxes in the export build panel.

DachFlachAuthor
Known Participant
January 17, 2014

Yes, but I thought I saw somewhere/sometime that an AIR installer could be created to support nativeProcess from ADT.

I was hoping that was the case as we utilize an auto-updating feature for seamless updates  but  that requires an AIR installer.

That sad, I cannot find that supposed solution so will chaulk it up to my imagination   and wishful thinking.

I'll give you the nod though - thanks.