android - cannot resolve symbol PhoneNumberUtil -
i try using libphonenumber https://github.com/googlei18n/libphonenumber, add in dependency shows "cannot resolve symbol phonenumberutil". why that? way, i'm using android studio
thanks i've found answer manually add compile 'com.googlecode.libphonenumber:libphonenumber:7.0.4' in build.gradle
when try find searching in adding library, can't find it
Comments
Post a Comment