Reputation: 20060
I am using Mono for Android to create an Android application.
I'd like to reference some other library i've written in this project (Compiled as a portable class library).
Whenever i attempt to do so, i get an error saying: "The current project does not support references to Portable Library projects.".
Is there any way to overcome this?
Referencing the compiled project output works just fine.
Upvotes: 7
Views: 3523
Reputation: 10139
Check out this post by Stuart Lodge on using PCLs across various platforms, including Mono for Android. It goes through the different steps you need to take to get it working properly, as well as numerous problems you might run into along the way.
Upvotes: 9