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

2014-12-01 Thread John Bohn
Ah perfect! Thanks Steven. That works great. Simple mistake on my part. On Sunday, November 30, 2014 8:24:18 PM UTC-5, Steven Yi wrote: > > Hi John, > > Could this maybe just be a dependencies problem? It seems you're trying > to use classes from two different libraries: > > com.googlecode.libp

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

2014-11-30 Thread Steven Yi
Hi John, Could this maybe just be a dependencies problem? It seems you're trying to use classes from two 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 li

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