Using SQLiteAsyncConnection throwing a MissingMethodException Using SQLiteAsyncConnection throwing a MissingMethodException sqlite sqlite

Using SQLiteAsyncConnection throwing a MissingMethodException


The package sqlite-net-pcl should be added to only to PCL project. If you add it to any other platform such as Android, it will give this MethodMissingException. So, remove the package from other platforms as this package is required only for PCL project. I am giving this answer as I encountered the same issue and found the solution. I encountered this exception while developing apps using Xamarin.Forms.