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, but the project is pretty empty with only the jar file inside so I don't see what I can do wrong here.

- Vladimir

On 1.12.2013 г. 23:49 ч., Jonathan Pryor wrote:
On Nov 28, 2013, at 11:29 AM, Vladimir Dimitrov <vlad.dimit...@gmail.com> wrote:
So after looking at the classes.dex it turns out that this library types are not in 
there. Having in mind that this mean that "that's a problem. :-)" what should 
be done to fix this problem?
1. Determine which .jar those types come from.
2. Ensure that "somehow" that .jar is included within your app.

(2) has a variety of solutions. You could use AndroidJavaLibrary within the Application 
project, EmbeddedJar or EmbeddedReferenceJar within a Binding project, or <uses-library/> 
if it's a "platform-provided" type (this is the case for Google Maps v1, and certain 
Amazon libraries IIRC, meaning those types will _never_ appear within classes.dex, and that's 
OK.)

  - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to