bundle {
density {
// Different APKs are generated for devices with different screen densities; true by default.
enableSplit true
}
abi {
// Different APKs are generated for devices with different CPU architectures; true by default.
enableSplit true
}
language {
// This is disabled so that the App Bundle does NOT split the APK for each language.
// We're gonna use the same APK for all languages.
enableSplit false
}
}
Ответ 3
в моем случае это было из-за того, что я использовал комплект аккаунта на Facebook. Посмотрите, как он мне помог, я выложу его здесь для будущих ссылок
bundle {
density {
// Different APKs are generated for devices with different screen densities; true by default.
enableSplit true
}
abi {
// Different APKs are generated for devices with different CPU architectures; true by default.
enableSplit true
}
language {
// This is disabled so that the App Bundle does NOT split the APK for each language.
// We're gonna use the same APK for all languages.
enableSplit false
}
}
Ответ 4
Я сталкиваюсь с той же проблемой, я думаю, она связана с некоторыми ресурсами, добавленными для комплекта учетных записей Facebook (в частности, значениями в /res/values-cb/values-cb.xml). Я попытался загрузить версия без этого SDK, и PlayStore обработал его должным образом