Hi Erel,
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.
Finally, from Eclipse I can successfully export my .jar and .xml files
However, when I ran my B4A project, it says the following error:
I did something wrong?
Thank you
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.
B4X:
import com.google.i18n.phonenumbers.*;
import com.google.i18n.phonenumbers.PhoneNumberUtil.PhoneNumberFormat;
import com.google.i18n.phonenumbers.Phonenumber.PhoneNumber;
Finally, from Eclipse I can successfully export my .jar and .xml files
However, when I ran my B4A project, it says the following error:
java.lang.NoClassDefFoundError: com.google.i18n.phonenumbers.PhoneNumberUtil
I did something wrong?
Thank you