This may be obvious to most of you, but a simple and very effective way to boost performance on Android Devices is to set FPS to 30 in your config.lua file!
I’m working on a game which will work on both iOS and Android and I had FPS set to 60 (which worked beautifully on my iTouch and iPad 2) but it was looking very sluggish on my Sony X10 (running Android 2.2).
Here is my settings.lua file (for those interested)
[lua]application =
{
content =
{
width = 320,
height = 480,
fps = 30,
scale = “letterbox”,
imageSuffix =
{
["@2x"] = 2
}
}
}[/lua]
Regards,
Andreas Ricci
NuPlay Entertainment
Founder & Lead Developer [import]uid: 7366 topic_id: 12714 reply_id: 312714[/import]
[import]uid: 12482 topic_id: 12714 reply_id: 46610[/import]