Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 1.67 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.67 KB

flair-starling-demo

This is a demo project for flair-gradle-plugin using Starling original demo. Starling demo sources have also been modify to include Feathers Screen navigation (and layout) since Flair relies on Feathers Screen to manage resources.

GETTING STARTED

After you checked out project from IntelliJ, you need to initialize gradle. Open gradle panel on the right gradle and click refresh button gradle.

An error should be display at the bottom Error:Cannot find AIR SDK home, set a valid AIR SDK home from your local.properties file under project root. You need to set your AIR SDK path from local.properties file just created in your project tree on the left (if you can't see that file created at your project root try refreshing your project tree gradle).

After setting your AIR SDK path refresh gradle again from gradle panel an that's it!

You can run project using gradle task from gradle panel under launch directory or even use IntelliJ run configuration generated by Flair plugin.

gradle

For a complete Flair guide check its wiki.