[android-developers] Re: Library Project No Class Def Error (Eclipse)

2015-01-27 Thread pdm-tex
Jonathan, Thanks for your help. I was not too clear I am afraid. My test app is able to create an object that is defined in the library, so I am thinking this dependency is OK. The crazy thing is that inside the library, one method makeas a class to a library method and gets the no class

[android-developers] Re: Library Project No Class Def Error (Eclipse)

2015-01-26 Thread pdm-tex
Jonathan S: com.dsi.client.lib.UniMagII is class that manages interaction with a Mag Stripe Reader on the headset jack. The ctor gets an app context from the client. Please let me know if you have other questions. On Friday, January 23, 2015 at 4:34:28 PM UTC-5, Jonathan S wrote: What is

Re: [android-developers] Re: Library Project No Class Def Error (Eclipse)

2015-01-26 Thread Aaa Ass
Hi:, you have to import corret R Package for this fixes. Thanks pdm-tex pdmcc...@gmail.com wrote: Jonathan S: com.dsi.client.lib.UniMagII is class that manages interaction with a Mag Stripe Reader on the headset jack.  The ctor gets an app context from the client. Please let me know if you

[android-developers] Re: Library Project No Class Def Error (Eclipse)

2015-01-26 Thread Jonathan S
Okay, you supposed to get this error if this class is not FOUND by runtime. Check your dependency for that library. On Monday, January 26, 2015 at 10:25:21 AM UTC-5, pdm-tex wrote: Jonathan S: com.dsi.client.lib.UniMagII is class that manages interaction with a Mag Stripe Reader on the

[android-developers] Re: Library Project No Class Def Error (Eclipse)

2015-01-23 Thread Jonathan S
What is com.dsi.client.lib.UniMagII for? On Friday, January 23, 2015 at 3:13:30 PM UTC-5, pdm-tex wrote: I have an Android library project that is giving me a problem. To test it I have a client application. If I add the library project in the Android settings my client application runs