I'm getting an error when trying to run my Xamarin.Forms solution (targeting Android) after adding a new package reference on PCL project.
The error is:
System.IO.FileNotFoundException: Could not load assembly 'SQLiteQueryBuilder, Version=0.0.1.6, Culture=pt, PublicKeyToken='. Perhaps it doesn't exist in the Mono for Android profile?
The weird thing is that this library is being referenced and used only on the Portable project, not on the platform project.
If I force to install the same package in the platform project it compiles and runs well.
I've created a new solution with sharing strategy based on .NET Standard 2.0, added the same package reference to it (and not to the platform projects) and the Android app runs fine as well.
I'm very confused about what's going on here, can anyone help me to understand?
Please, let me know if any additional information is required.