问题
I have built a Portable Class Library with Visual Studio 2012 that will also build in Xamarin Studio. I would like to add the DLL built from that PCL (from the bin directory of the solution) to an existing (Android app) project in Xamarin Studio 5.3.
I notice that according to documentation from Xamarin, this is generally possible. For example, from this page:
The output from a PCL (ie. the resulting assembly DLL) can also be added as a reference to most projects. This makes PCL an ideal way to ship cross-platform components and libraries.
If I simply right click in the solution tree and add the file, this does not seem to be usable by the project.
What is the correct way to add this resulting DLL based on a PCL to my Xamarin project?
回答1:
If you look under the solution explorer on the left, you can right click on References
and select Edit References
. Then go to .Net Assembly
and Browse
to navigate to the desired *.dll file. Select the file and click Add
.
This is the simplest way there may be more
- Right click
References
- Click
.Net Assembly
- Choose
Browse
(at the bottom right of dialog)
回答2:
I missed it at first too. In the bottom right of .NET Assemblies, there's a "Browse" button. :)
回答3:
I'm not familiar with Xamarin, but I'm pretty sure that there is an option to import/add references.
Under Edit References you may select an type (.net assemblies for example), and pick your dll.
regards
来源:https://stackoverflow.com/questions/25670152/add-portable-class-library-in-dll-form-to-xamarin-studio