Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a PCL that targets Monodroid

I am looking at the shiny MVVMCross project, specifically the N+1 days of MVVMCross series, and I notice that @slodge creates a PCL that targets Mono for android and Monotouch (at 1:10).

I have mono for Android installed, but my VS does not give me any PCL targets apart from the standard - am I doing anything wrong?

The missing options

like image 696
Jon Bates Avatar asked May 19 '13 12:05

Jon Bates


People also ask

Is PCL deprecated?

Portable Class Libraries (PCLs) are considered deprecated in the latest versions of Visual Studio.


1 Answers

The situation for PCLs is changing - Xamarin are releasing official support for PCLs very soon.

In the meantime, there are quite a few blog posts around on how to get PCLs working unofficially - eg.:

  • http://blogs.endjin.com/2013/05/xamarin-platform-setup-gotchas/
  • http://slodge.blogspot.co.uk/2013/04/my-current-pcl-setup-in-visual-studio.html

These unofficial mods have been around for over a year now - eg all the way back to http://slodge.blogspot.co.uk/2012/04/using-portable-library-tools-for.html

like image 174
Stuart Avatar answered Oct 13 '22 13:10

Stuart