Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Locked
0

NativeProcess extendedDesktop error

Explorer ,
Jan 14, 2014 Jan 14, 2014

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.

TOPICS
Development
1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Jan 17, 2014 Jan 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.

Translate
Community Beginner ,
Jan 17, 2014 Jan 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 17, 2014 Jan 17, 2014
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines