Hi.
My AIR SDK is 3.1, Flex SDK is 4.5.1.21328 and I use "http://ns.adobe.com/air/application/3.1" namespace in -app.xml
But when I try to compile and run Starling demo app on Andriod device I get this error:
RangeError: Error #1125: The index 0 is out of range 0.
at starling.core::Starling()[C:\Work\Starling_android_demo\src\starling\core\Starling.as:151]
at Startup()[C:\Work\Starling_android_demo\src\Startup.as:21]
at runtime::ContentPlayer/loadInitialContent()
at runtime::ContentPlayer/playRawContent()
at runtime::ContentPlayer/playContent()
at runtime::AppRunner/run()
at AppEntryCommon/run()
at global/runtime::AndroidMobileDeviceAppEntry()
How can I solve it? 🙂