feathersui / feathersui-starling-sdk

SDK for building Feathers UI (AS3/Starling) applications with MXML
https://feathersui.com/learn/as3-starling/sdk/
Apache License 2.0
42 stars 13 forks source link

Linux support #40

Open vuliad opened 7 years ago

vuliad commented 7 years ago

Hi. I'm trying to setup CI with gradle build. Thereis an issue with feathers sdk I getting this error:

     > The following error occurred while executing this line:
       /root/.gradle/gradleFx/sdks/dad80235945ad594fbc60646f9b4a721752f7af8/installer.xml:146: Reference air.sdk.server.linux.${config.airsdk.linux.versions.default} not found.

Even if i run "gradle -Dair.sdk.version=26" i still getting error:

     > The following error occurred while executing this line:
       /root/.gradle/gradleFx/sdks/dad80235945ad594fbc60646f9b4a721752f7af8/installer.xml:146: Reference air.sdk.server.linux.26 not found.

As i understand, this happens because sdk-manager-config-1.0.xml doesn't contain any linux-platform data. Why there is no support on linux? More over - our project doesn't need air, but we can't complete build using gradle.

joshtynjala commented 7 years ago

As far as I know, you can't run recent versions of Starling and Feathers on Linux (except maybe in Chrome's bundled player) because they require Flash Player or AIR 19 or newer. Correct me if I'm wrong.