The types I need are in the posindev.jar I included in the jar bindings
project. It is marked as EmbededJar but the types from it are not in the
classes.dex and it causes the runtime error I am talking about. I have
sent you the whole library project so you can see if I am doing
something wrong
Hi,
I am trying to make a jar bindings project that I use in my application.
For this
1. I created a jar binding project.
2. Added the .jar file in the Jars folder.
3. Made it an EmbeddedJar
4. Build the project
5. Create the android application project which reference the above created
dl