This looks like an error that has surfaced in the last few days.
I’ve been happily installing app on 2.3 last week.
This morning, new builds refuse to install on 2.3 but do install and run on 4.4
As a test I took a build from last month, and that installs fine on 2.3
So is there something changed on build server in last few days?
Below are my android build settings, in case you need to check against. However, I deleted last 5 and still ahd the problem
android =
{
permissions =
{
{ name = “.permission.C2D_MESSAGE”, protectionLevel = “signature” },
},
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.ACCESS_NETWORK_STATE”,
“android.permission.ACCESS_FINE_LOCATION”,
“android.permission.ACCESS_COARSE_LOCATION”,
“android.permission.GET_ACCOUNTS”,
“android.permission.RECEIVE_BOOT_COMPLETED”,
“com.google.android.c2dm.permission.RECEIVE”,
“.permission.C2D_MESSAGE”,
“android.permission.READ_PHONE_STATE”,
“android.permission.CAMERA”,
“android.permission.WRITE_EXTERNAL_STORAGE”,
},
},