androideclipseeclipse-pluginlibphonenumber

How to download and use PhonenumberUtil


I found this library https://code.google.com/p/libphonenumber/ and wanted to use it in my project, but how to I install/download this library in Eclipse and how do I use it with my own project?


Solution

  • I think you should download it from this link. http://repo1.maven.org/maven2/com/googlecode/libphonenumber/libphonenumber/

    And put code into your application. Import this package in the activity program and use it.