It is possible to use NET Standard libraries in Xamarin.Android projects. But since Xamarin.Android projects do not use project.json yet, all dependencies of included NET Standard libraries are lost. While there is the same problem with NET Framework apps, there is a VS extensions "Nuget package to project.json converter" which converts projects to use project.json And is works perfectly for NET Framework apps while Xamarin.Android project does not build after conversion.
As a workaround, dependencies can be added to Xamarin.Android project manually.
Is there a better way at the moment to use NET Standard libs in Xamarin.Android projects in a convenient way?