Problem render mode "direct" Android
I'm developing an app with Adobe Air 14.0.0.137, Flash CC and Starling.
I detected an strange issue. If a set Render Mode as "Direct" the stage3D starts but no display list objects appear on the screen. I can see a white screen and only then my Starling app starts up.
If I set Render mode "Auto" the display list objects appear on the screen, but starling can't startup.
This is making my "splash-screen" fail, showing a white screen instead an flat image.
As I remember, in direct mode is still possible to see the tradicional display list objects. This is only happening on Android.
Everything works as expected on PC and iOS (ipad), but not in Android.
Any thoughts?
