Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIR SDK 51.0.0.2] Animate trying to use 50.2 namespace #3083

Closed
itlancer opened this issue Feb 24, 2024 · 2 comments
Closed

[AIR SDK 51.0.0.2] Animate trying to use 50.2 namespace #3083

itlancer opened this issue Feb 24, 2024 · 2 comments
Labels

Comments

@itlancer
Copy link

itlancer commented Feb 24, 2024

Problem Description

Cannot launch and test application with new AIR SDK 51.0.0.2 features using Adobe Animate CC. Animate trying to use 50.2 namespace.

Tested with Adobe Animate CC 20.0.8 for Windows.
The same issue with any AIR project.
There is no such issues with VS Code.

Manually changing application descriptor namespace to 51.0 didn't resolve this issue - IDE override it back to 50.2.
Some time ago there were the same issues with AIR SDK 50.0.0.1 and 33.1:
#2147
#204

Steps to Reproduce

  1. Open Adobe Animate CC, create new one AIR project (or open existing one).
  2. Try to test it (or simply press Ctrl+Enter) using AIR SDK 51.0.0.2.
  3. Take a look at application xml namespace.

Actual Result:
<application xmlns="http://ns.adobe.com/air/application/50.2">
New AIR 51 features cannot be used.

Expected Result:
<application xmlns="http://ns.adobe.com/air/application/51.0">
New AIR 51 features cannot be used.

Known Workarounds

  1. In AIR SDK folder open file samples/descriptor-sample.xml and change
    xmlns="http://ns.adobe.com/air/application/50.2"
    to
    xmlns="http://ns.adobe.com/air/application/51.0"
  2. Use another IDE.
@ajwfrost
Copy link
Collaborator

Thanks - really not sure why Animate are using the 'samples' folder for this, but yes that was an oversight - I had tried to ensure we'd made all the updates to the 'templates' folder which is what should be used for XML definitions/schemas etc! Might raise this with the Animate team...

@itlancer
Copy link
Author

itlancer commented Mar 2, 2024

Fixed with latest AIR SDK 51.0.0.3.
Thanks!

@itlancer itlancer closed this as completed Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants