Copy link to clipboard
Copied
Hi,
I just received a very uncool review of my AIR app. It's from a user that has a Ainol Novo9 Spark tablet running Android 4.2.2. The screen resolution is 2048x1536 and according to the person, the entire app runs so slow it's unusable. Any idea why this happens? In general, the app receives praise and 5-star reviews. I don't want too many of these reviews, so if someone from the AIR team has some knowledge to share, it's appreciated.
J
Copy link to clipboard
Copied
Hi, you should use renderMode = gpu in your application descriptor xml file, especially for latest android devices. But gpu is not a good idea for old devices, so you may also try renderMode = direct.
Honestly, I don't think those android devices made in china have good performance, especially gpu.