You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used this library in my android app as gradle dependency and whenever trying to upload to play store I am getting the following error:
"Your app bundle targets the following unrecognized languages: jp. The list of supported language codes can be found in the IANA registry. Invalid languages caused by third-party libraries can be excluded using the resConfigs Gradle property. You need to use a different package name beacuse "com.example" is restricted."
I have also used resConfigs property and included japanese language but nothing happens.. I am not using any other language in my app except default..
The text was updated successfully, but these errors were encountered:
I have used this library in my android app as gradle dependency and whenever trying to upload to play store I am getting the following error:
"Your app bundle targets the following unrecognized languages: jp. The list of supported language codes can be found in the IANA registry. Invalid languages caused by third-party libraries can be excluded using the resConfigs Gradle property. You need to use a different package name beacuse "com.example" is restricted."
I have also used resConfigs property and included japanese language but nothing happens.. I am not using any other language in my app except default..
The text was updated successfully, but these errors were encountered: