I have been trying to get my Starling/Stage3d based app developed using AIR 3.2 SDK to run on an OEM android tablet without success. It fails at startup when trying to get context3d "Error #3702:Context3D not available". I am at a loss as where to look. Are there any specific requirements or restrictions for Stage 3D to run on android devices?
Even worse, I cannot get the app to run on the android emulator also. I have checked the wmode(set to direct) in air app xml as well as swf-version compiler directive(set to 15) in FlashDevelop but it just does not work. Switching to native display list instead of Starling/Stage3D seems to work fine on both device and emulator.
You'll be my hero if you can help me with this :-)