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

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

java - Incorrect order of records in M-M relationship in hibernate -