You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Hi. I'm trying to setup CI with gradle build. Thereis an issue with feathers sdk
I getting this error:
Even if i run "gradle -Dair.sdk.version=26" i still getting error:
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.
The text was updated successfully, but these errors were encountered: