The whole exception message below:
Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Perhaps it doesn't exist in the Mono for Android profile?
I have changed my PCL library to .Net standard 1.6 and i can run library and IOS project successfully. But my android project gave me the above error. If i add the Newtonsoft.Json package to it it gives me different error.
error: package com.squareup.okhttp does not exist com.squareup.okhttp.Callback
I am stuck with these errors.