Skip to main content
August 12, 2010
Question

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

  • August 12, 2010
  • 3 replies
  • 10998 views

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?

This topic has been closed for replies.

3 replies

Participant
September 1, 2012

Thanks. This solution also works for me.

Participating Frequently
August 23, 2010

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 ?

Participating Frequently
August 23, 2010

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

Thanks,

CT

Participant
August 20, 2010

you need to add the desktop profile after the extendedDesktop:

<supportedProfiles>extendedDesktop desktop</supportedProfiles>

chenze
Participant
December 24, 2015

Thanks! This solution also works for me.