I am having a hard time getting my library to work with a third party library. The 3rd party library is an android jar. I can see it is added to my library when I examine my jar but when I run I am getting "Failed resolving [myclass]; interface 7 followed by reference to external library class". I have seen some posts about adding external lib to my library jar, but it is already there in libs folder. I have also seen "no content provider found for permission revoke." Any help would be appreciated.
Stack trace:
button clicked
exception on create reader: java.lang.NoClassDefFoundError: IDTech.MSR.uniMag.uniMagReaderHelper
at IDTech.MSR.uniMag.uniMagReader.<init>(uniMagReader.java:18)
at com.dsi.b4a.epay.ClientAction.createReader(ClientAction.java:75)
at KCSoft.TestLayout.main._button1_click(main.java:313)
at java.lang.reflect.Method.invokeNative(Native Method)
It almost looks like B4A finds the uniMagReader in the external jar, but cannot find the uniMagReaderHelper which is inside the jar.
Stack trace:
button clicked
exception on create reader: java.lang.NoClassDefFoundError: IDTech.MSR.uniMag.uniMagReaderHelper
at IDTech.MSR.uniMag.uniMagReader.<init>(uniMagReader.java:18)
at com.dsi.b4a.epay.ClientAction.createReader(ClientAction.java:75)
at KCSoft.TestLayout.main._button1_click(main.java:313)
at java.lang.reflect.Method.invokeNative(Native Method)
It almost looks like B4A finds the uniMagReader in the external jar, but cannot find the uniMagReaderHelper which is inside the jar.
Last edited: