Hi,
I have 3 android apps with different resolution such as
-
480x800 HDPI
-
1280x720 XHDPI
-
1920x1080 XXHDPI
What changes shall i make, so that it will be compatible with the respective devices.
We uploaded the builds on play store but, the 480x800 build was getting downloaded in 1920x1080 devices and so on.
Is there any thing, I am missing in my build.settings or config.lua.
supportsScreens =
{
resizeable = false,
smallScreens = false,
normalScreens = false,
largeScreens = true,
xlargeScreens = false,
},
though i have used this code in build.setting , i am not able to solve this issue.
please let me know the resolution sizes for smallScreens , normalScreens, largeScreens, xlargeScreens.
Also if i download the XHDPI[1280X720] build into HDPI[480X800] the images are compressed and not in proper resolution .
I am using SDK 2014.2520 (2014.12.13)
~Thanks & Regards
Rohan