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

error 306: Descriptor must support the profile desktop, mobileDevice, or extendedMobileDevice

Guest
Aug 12, 2010 Aug 12, 2010

Copy link to clipboard

Copied

I got above error when I tried to export a release build, the problem is the ***-app.xml, there is a line in the file:

<supportedProfiles>extendedDesktop</supportedProfiles>

which the air doesn't support extendedDesktop, I am using the Flex SDK 4.1.0 and Air SDK 2.0.2 and I have to use the extendedDesktop because I need access native process. any one has some ideas to fix this problem?

TOPICS
Developers

Views

10.8K

Translate

Translate

Report

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
New Here ,
Aug 20, 2010 Aug 20, 2010

Copy link to clipboard

Copied

you need to add the desktop profile after the extendedDesktop:

<supportedProfiles>extendedDesktop desktop</supportedProfiles>

Votes

Translate

Translate

Report

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
New Here ,
Dec 23, 2015 Dec 23, 2015

Copy link to clipboard

Copied

Thanks! This solution also works for me.

Votes

Translate

Translate

Report

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
New Here ,
May 16, 2016 May 16, 2016

Copy link to clipboard

Copied

LATEST

if i add 'desktop', it get error 306. Because i need to use a native extension.
is there any other way to solve this? and why it not support when only 'extendedDestop'

Votes

Translate

Translate

Report

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
Community Beginner ,
Aug 23, 2010 Aug 23, 2010

Copy link to clipboard

Copied

After editing my app.xml with <supportedProfiles>extendedDesktop desktop</supportedProfiles>, it throws this error.

Unknown error geenrating output application.xml files. Check the Eclipse error log for more details.

Where is the error log file ?

Votes

Translate

Translate

Report

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
Community Beginner ,
Aug 23, 2010 Aug 23, 2010

Copy link to clipboard

Copied

Sorry, the problem is local on my PC.  Your solution works.

Thanks,

CT

Votes

Translate

Translate

Report

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
New Here ,
Aug 31, 2012 Aug 31, 2012

Copy link to clipboard

Copied

Thanks. This solution also works for me.

Votes

Translate

Translate

Report

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