Using LibPhoneNumber google lib in Android

shaimagz picture shaimagz · Jan 27, 2011 · Viewed 19.1k times · Source

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?

Answer

Bala Vishnu picture Bala Vishnu · Nov 7, 2015

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