The Game is working fine in iOS devices and Samsung Note 5 . However it showing some lag or slowness in Android devices.
Please help me out. DO I Need to make changes in Config file ??
Here is code for Config file .
local aspectRatio = display.pixelHeight / display.pixelWidth application = { content = { width = aspectRatio \> 1.5 and 768 or math.ceil( 1024 / aspectRatio ), height = aspectRatio \< 1.5 and 1024 or math.ceil( 768 \* aspectRatio ), scale = "letterBox", fps = 60, imageSuffix = { ["@2x"] = 2, ["@4x"] = 4.0, }, }, }