possibility to add more than one SDK (pure .as files and/or mxml)
Could you elaborate on this a little more? Eventually you will use one AIR SDK to compile your project. So, ANE-LAB is using one AIR SDK at any time. Why would you need two SDKs?
Probably the issue here is when working with different SDKs. For example I work with Apache Flex, Feathers SDK (not feathers in AS). For this you don't use the AIR SDK (compiler 2.0) but Flex or Feathers AIR package (compiler 1.0).
Hi MyFlashLab Team,
As I described in my last email, I have a problem choosing the AIR SDK on ANE-LAB.
Indeed, my AIR SDKs are automatically installed through the Apache Flex SDK Installer and Feathers SDK Manager applications.
None of these AIR SDKs are recognized in ANE-LAB and I am therefore blocked from the beginning to test your application.
You asked me to provide you with the contents of the files:
env-template.properties and flex-sdk-description.xml. They are attached to this post. env-template.properties.txt flex-sdk-description.xml.txt
You told me in your email that ANE-LAB is looking for the file air-sdk-description.xml. So I recreated it with the following content:
<?xml version="1.0"?> <air-sdk-description> <name>AIR 28.0.0</name> <version>28.0.0</version> <build>125</build> </air-sdk-description>
I was able to start using ANE-LAB after this manual change.
I am now testing the different features and you are aware of any problems that I may encounter.
Thank you for your quick and serious support.
You told me in your email that ANE-LAB is looking for the file air-sdk-description.xml. So I recreated it with the following
This is indeed the correct workaround for now. future releases will have this fixed by default.