I tried to make a mobile app (air 3.2) utilising Stage3D in Flash Builder 4.6, but whenever I tried to debug the application I got an error saying Stage3D is unavailable.
I had to manually edit bin-debug/MyApp.xml and set <renderMode>direct</renderMode>
for it to work.
Is there any normal way to select direct render mode in Flash Builder without having to edit app XML manually?