Re: [mono-android] Building a package with a jar bindings library strips the jar file from the assembly

2013-12-02 Thread Vladimir Dimitrov
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

[mono-android] PulltoRefresh with load more java library project binding

2013-12-02 Thread venkatesh
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