AIR 3.8: BASELINE_EXTENDED failing to initialize on a Nexus 7.
We're using BaseLine extended profile, which works fine on iPad, iPhone, Desktop and Android Nexus 10.
However when trying to initialize Starling on a Nexus 7, I get the error:
"Context3D is not available! Possible reasons: wrongRenderMode or missing device support"
Digging into Starling, this means Stage3D is throwing "Error #3702: Context3D not available."
Reverting back to BASELINE profile, and the app runs just fine.
