Hello.
Created a class library project (portable for iOS, Android and Windows) in the Visual Studio 2015 Community. Written in C #.
Screenshot for clarity.
After building such a project in Debug / Release, 2 files * .dll and * .pdb and another dll from Newsoft.JSON are dropped for deserialization.
Will this library work under Android Studio or is it sharpened only under Visual Studio and Xamarin? If so, how to connect such a project (or how to build correctly) so that it works and is used in a project on Android Studio. 
If in my project there are some not such settings, I would be grateful if you tell me how to set up the project for my purposes. I would like the library to work under the following platforms (projects): Android (Android Studio), Windows Form, WPF, Windows Phone, UWP.
PS: There is no need for ASP.NET, it is added to the target itself due to the similarity in the API. IOS support is not pursued, but if it can be added with little effort, then why not.
