Skip to main content
Known Participant
June 29, 2011
Answered

Overlay 2.6

  • June 29, 2011
  • 1 reply
  • 1590 views

  Sorry for starting this thread.

   I overlayed Air 2.6 like in this the same way like here:

http://kb2.adobe.com/cps/908/cpsid_90810.html

But it doesn't work!

Everytime i want to package my app i am getting a error:

error 102:Invalid namespace http://ns.adobe.com/air/application/2.7

<?xml version="1.0" encoding="UTF-8" ?>
<application xmlns="http://ns.adobe.com/air/application/2.7">

  <id>marburg-ipad</id>

  <versionNumber>1.0</versionNumber>

  <filename>****</filename>

  <description/>

  <!-- To localize the description, use the following format for the description element.<description><text xml:lang="en">English App description goes here</text><text xml:lang="fr">French App description goes here</text><text xml:lang="ja">Japanese App description goes here</text></description>-->

  <name>***</name>

  <!-- To localize the name, use the following format for the name element.<name><text xml:lang="en">English App name goes here</text><text xml:lang="fr">French App name goes here</text><text xml:lang="ja">Japanese App name goes here</text></name>-->

  <copyright/>

  <initialWindow>
    <content>***</content>
    <systemChrome>standard</systemChrome>
    <transparent>false</transparent>
    <visible>true</visible>
    <fullScreen>true</fullScreen>
    <aspectRatio>landscape</aspectRatio>
    <renderMode>cpu</renderMode>
    <autoOrients>false</autoOrients>
  </initialWindow>

  <icon/>

  <customUpdateUI>false</customUpdateUI>

  <allowBrowserInvocation>false</allowBrowserInvocation>

  <iPhone>
    <InfoAdditions>
     
      <![CDATA[<key>UIDeviceFamily</key><array><string>1</string></array>]]>
    </InfoAdditions>
    <requestedDisplayResolution>high</requestedDisplayResolution>
  </iPhone>

</application>

Some ideas?

This topic has been closed for replies.
Correct answer Pahup

<?xml version="1.0" encoding="UTF-8"?>
<players>
  <player id="PFI1_0" version="12" asversion="3" minasversion="3">

__________________________________________________________________________

<?xml version="1.0" encoding="UTF-8"?>
<players>
  <player id="android_0" version="12" asversion="3" minasversion="3">

__________________________________________________________________________


<?xml version="1.0" encoding="UTF-8"?>
<players>
  <player id="AdobeAIR2_6" version="12" asversion="3" minasversion="3">

__________________________________________________________________________


<?xml version="1.0" encoding="utf-8" ?>
<application
     xmlns="http://ns.adobe.com/air/application/2.7"
     minimumPatchLevel="0">
.....

The checked version is 2.6.0.19120. That is really strange.


well, that means you're still using AIR 2.6 SDK, not 2.7

please follow the steps correctly, you should be able to package apps with 2.7 ns.

-Pahup

1 reply

Pahup
Adobe Employee
Adobe Employee
June 29, 2011

you need to change the namespace in your app xml to 2.6.

AIR 2.6 can not package applications with 2.7 namespace.

-Pahup

Known Participant
June 29, 2011

Yeah thats right but it is not air 2.7 after the overlay?

Pahup
Adobe Employee
Adobe Employee
June 29, 2011

Could you please check again if you've followed the step 12 and 14 correctly.

Also what does following command return.

"C:\Program Files\Adobe\Adobe Flash CS5.5\AIR2.6\bin\adt.bat" -version

It should be 2.7.0.20000

-Pahup