The library libphonenumber doesn't work on Android and the exception says: "Caused by: java.lang.UnsupportedOperationException: CANON_EQ flag not supported"
The description in the webpage says that the lib is for "Smartphones" but Android doesn't support CANON_EQ reg_ex flag..
Am I missing something?
If your using Android studio use
compile 'com.googlecode.libphonenumber:libphonenumber:8.4.2'
If you want to download the latest JAR file goto
http://mvnrepository.com/artifact/com.googlecode.libphonenumber/libphonenumber