I just tried to update one of my apps on Google Play with version 2025.3726 and I’m getting the error message “Support 16 KB page sizes.” Do I need to do anything special in the configuration or with the plugins?
You’re definitely using a plugin that isn’t yet compatible with 16 KB page sizes.
Could you please share the list of .so files that do not support 16KB?
You should be able to find this list within the corresponding version’s bundle information from the error message.
My plugins
["plugin.utf8"] =
{
publisherId = "com.coronalabs",
version = "v5",
},
["plugin.reviewPopUp"] =
{
publisherId="tech.scotth",
marketplaceId = "xxxxx",
},
["plugin.admob"] =
{
publisherId = "com.coronalabs",
version = "v45",
},
["plugin.att"] =
{
publisherId = "com.solar2d",
version = "v3",
supportedPlatforms = { iphone = true },
},
I mean the GP Console, where it prompts you that a certain bundle version does not support 16KB, find the corresponding bundle version information. It will provide you with a list to indicate which .so file not support 16KB properly.
Like this
Sorry, the error is caused by the UTF-8 plugin. I need to update it to v6. Thanks.
You’re welcome, glad to hear the issue is resolved.
1 Like