We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.IllegalArgumentException: Unsupported ISO 3166 country: en,
Some Android devices have the locale set as en which the currency map doesn't have values for. It will cause the getConstants to throw an exception. I forked have a fix which allows currency values to be null. It's not ideal but others have run into this issue too. http://stackoverflow.com/questions/13316719/how-to-create-currency-instance-with-non-iso-3166-country-like-en-uk
en
getConstants
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some Android devices have the locale set as
en
which the currency map doesn't have values for. It will cause thegetConstants
to throw an exception. I forked have a fix which allows currency values to be null. It's not ideal but others have run into this issue too. http://stackoverflow.com/questions/13316719/how-to-create-currency-instance-with-non-iso-3166-country-like-en-ukThe text was updated successfully, but these errors were encountered: