I am using FB 4.7 to build a mobile Flex app for Android (Nexus 10) which works fine when i use the debug apk in the development environment and on the Nexus but the release build plays at a slower framerate.
It feels like the GPU render setting in the xml is ignored. The framerate is very slow during a big animation but speeds up in smaller animations
If I decompile the release apk i can see the renderMode is set to GPU
The release build process is also ignoring all the folders and associated files in the bin-debug. The only files copied to the release temp folder are the swf (with smaller filesize) and the app xml. I have to manually copy all associated files with each build, which is quite annoying
Does anyone know how to fix the slow playback for release builds?
Or is there a way to rename the development apk so that it doesn't have the '-debug' suffix as this apk plays correctly
Thanks