I am creating a library for B4A and used to do it successfully;
This time, I need to add an additional java library from here: http://code.google.com/p/libphonenumber/
I did import their .jar file to my project and compiled without error.
I'm using the same libraries as you (and some of your code, ehem), and I'm getting an error when I call the Validate(String phoneNumber, String defaultCountry) function.