Byt looking at the build output, I could see that compilation was failing because of the inability to resolve classes from the Joda namespace. I'm familiar enough with Java to know about Joda - a date library for Java. So I just added that in as a reference library.
In a Java Binding Library it's sometimes (often) necessary to "adjust" the C# wrappers that get created. The "instructions" for that are stored in three files that are kept in the "Transforms" subdirectory. There is a walkthrough document here: http://docs.xamarin.com/android/advanced_topics/Java_Integration_Overview/Binding_a_Java_Library_%28.jar%29 On Mon, Sep 24, 2012 at 9:17 AM, Randyd <[email protected]> wrote: > Hi,** > > ** ** > > Thanks for the response. The .net sdk is compiled against a different > framework (not the mono-android framework) so I think if I could get the > source code I could solve that problem.**** > > ** ** > > Thanks for the info on Joda. I am new to java stuff so not sure how you > figured out that would solve the problem and also have no idea what you > mean by “Metadata transforms that need to be done as well.”**** > > ** ** > > ** ** > > ~Randy**** > > ** ** > > ** ** > > ** ** > > *From:* topgenorth [via Mono for Android] [mailto:[hidden > email]<http://user/SendEmail.jtp?type=node&node=5711938&i=0>] > > *Sent:* Monday, September 24, 2012 8:10 AM > *To:* Randyd > *Subject:* Re: using Amazon AWS Android SDK**** > > ** ** > > (Just out of curiosity, why are you using the .NET SDK? Does it not work > with Mono for Android?)**** > > ** ** > > Just gave it a try, and yes I do. I had to add in Joda as a reference JAR > : click here. > NAML<http://mono-for-android.1047100.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > **** > > ------------------------------ > View this message in context: RE: using Amazon AWS Android > SDK<http://mono-for-android.1047100.n5.nabble.com/using-Amazon-AWS-Android-SDK-tp5711921p5711938.html> > > Sent from the Mono for Android mailing list > archive<http://mono-for-android.1047100.n5.nabble.com/>at Nabble.com. > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > > -- http://www.opgenorth.net
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
