I’m trying to make separate builds for x86 and armv7. Everything works fine with Mono backend. I switched to IL2CPP and now I’m getting an error in Google Console, because it thinks that separate apks contains support for both platforms (says “Native platforms: armeabi-v7a, x86”).
It is also strange because both apks have less size than the FAT one using IL2CPP.
Is it a bug or am I doing something wrong?