A ashchopra Member Licensed User Longtime User Dec 20, 2011 #1 Hi, I note a mention of using a dummy XML file to reference a JAR file. Whats the purpose of this. Does this allow access to the JARs methods etc in B$Android without writing a separate wrapper library.??? Any inputs ?? Thanks :sign0163:
Hi, I note a mention of using a dummy XML file to reference a JAR file. Whats the purpose of this. Does this allow access to the JARs methods etc in B$Android without writing a separate wrapper library.??? Any inputs ?? Thanks :sign0163:
agraham Expert Licensed User Longtime User Dec 20, 2011 #2 No, it just makes the IDE package the jar in the apk. Any references to it need to be made by another library.
No, it just makes the IDE package the jar in the apk. Any references to it need to be made by another library.
A ashchopra Member Licensed User Longtime User Dec 21, 2011 #3 Thanks, That clears up my head on the issue !!