rdio / vernacular

MIT License
170 stars 42 forks source link

How to build Vernacular.Catalog.XamarinForms.Android? #48

Open bootstraponline opened 10 years ago

bootstraponline commented 10 years ago

The xamarin vernacular example is using an out of date version of xamarin forms. I've built vernacular against the new version Xamarin.Forms.1.2.2.6243 however only Vernacular.Catalog.XamarinForms.dll is generated from Xamarin studio. How do I build Vernacular.Catalog.XamarinForms.Android.dll?

bootstraponline commented 10 years ago

https://github.com/rdio/vernacular/pull/45 no response since June. :cry:

jjchiw commented 10 years ago

What I diid was: I created a new project with the AndroidCatalog.cs that it's in the Vernacular.Catalog.XamarinForms and named Vernacular.Catalog.XamarinForms.Android.

And I referenced the project Vernacular.Catalog.XamarinForms in my new project.

And that's it you get the Vernacular.Catalog.XamarinForms.Android.dll

bootstraponline commented 10 years ago

Thanks. It'd be nice if the project for Vernacular.Catalog.XamarinForms.Android existed in the repository.