Import errors with freshplanet AirAlert.ANE
I discovered the great Freshplanet ANE repository https://github.com/freshplanet/
I'm trying to get the basic AirAlert to work but I can't work out how to resolve the import.
I build my Adobe AIR iOS app in IntelliJ and this is what I did,
- Copied the AirAlert.ane in my ane folder
- Included in my App.xml extensions tag the relevant <extensionID>com.freshplanet.AirAlert</extensionID>
- Added the ane in the Build Configuration of my project (for the Dependencies to be set in IntelliJ)
But I can't seem to resolve the AirAlert in my code. I tried with no luck both.
import AirAlert; import com.freshplanet.AirAlert; Am I missing something here?
Thanks!
