Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

cannot resolve symbol PhoneNumberUtil

i try using libphonenumber from https://github.com/googlei18n/libphonenumber, i already add it in the dependency but it shows "cannot resolve symbol PhoneNumberUtil". Why is that? By the way, i'm using android studio

like image 931
Rixwen Avatar asked Apr 29 '15 04:04

Rixwen


1 Answers

Thanks everyone I've found my answer i manually add compile 'com.googlecode.libphonenumber:libphonenumber:7.0.4' in build.gradle

when i try to find it by searching in adding library, i can't find it

like image 62
Rixwen Avatar answered Sep 20 '22 03:09

Rixwen