Attempting to import class from a non-standard location [interop]

2014-11-30 Thread John Bohn
Hi all, I'm trying to import a class from a non-standard location.. Specifically, I'm trying to import PhoneNumberToCarrierMapper from libphonenumber and am receiving the following error: Exception in thread "main" java.lang.ClassNotFoundException: com.google.i18n .phonenumbers.PhoneNumberToCarr

Re: Attempting to import class from a non-standard location [interop]

2014-12-01 Thread John Bohn
different libraries: > > com.googlecode.libphonenumber/libphonenumber > com.googlecode.libphonenumber/carrier > > If checking the dependencies for your build doesn't solve it, could you > explain a little further what build system you are using? > > steven > > On Sunday, November 3