重建(Xamarin Android APP)。 SQLite.cs 找不到并且 SQLiteAsync.cs

Rebuilding(Xamarin Android APP) . SQLite.cs could not be found and SQLiteAsync.cs

当我重建我的项目时出现这个错误?它有什么问题?我正在使用 Sqlite-net-pcl V1.4.118,Android 7.1- API25

Sqlite.cs could not be found, and SQLite Async.cs

谢谢

如果您在 github 上阅读 the full project documentation,您会发现需要将 .cs 文件添加到项目中:

Source Installation SQLite-net is all contained in 1 file (I know, so cool right?) and is easy to add to your project. Just add SQLite.cs to your project, and you're ready to start creating tables.

你已经这样做了? :)