MichaelRocks/libphonenumber-android

java.lang.NumberFormatException

Drjacky opened this issue · 1 comments

When I have this number: "+2581111111111111111111111111111113333331313333"

I get this error in this line: Phonenumber.PhoneNumber() :

java.lang.NumberFormatException: For input string.

In subscribeActual on SingleCreate class.

Hi @Drjacky, this library is an Android port of Google's libphonenumber. I don't fix any bugs in libphonenumber. If you think you've found a bug you should report it to the original repo.