2 comments found.
⛔ ⛔⛔ HELLO ERROR GOOGLE PLAY CONSOLE : Your app bundle targets the following unrecognized languages: gr. You can find the list of codes for supported languages in the IANA registry. You can exclude invalid languages generated by third-party libraries with Gradle’s resConfigs property. PLEASE SOLUTION
Hello, you can follow this instruction to fix it: https://stackoverflow.com/questions/57859122/invalid-splitapkbundle-the-bundle-targets-unknown-languages-gr-google-play
if it is an error because it does not send the code already solved so as not to have to touch anything.
The source code is easily to fixed by this instructions:
Apply this to Android{}
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 } }
We have tested and that fixed the error.
Full instructions still here: https://stackoverflow.com/questions/57859122/invalid-splitapkbundle-the-bundle-targets-unknown-languages-gr-google-play
Thanks
does not work with android 14
Please check the newest version of this app, that targets sdkVersion 34 (Android 14)
Congratulation
, Keep up the high quality
Hello KINGDOV,
Thank you for your interest. If you need any questions about this source code plz let us know.
Thank you!