我正在编写XamarinAndroid应用程序,但在尝试创建SQLite数据库时遇到错误。这是我的代码:stringapplicationFolderPath=System.IO.Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal),"CanFindLocation");stringdatabaseFileName=System.IO.Path.Combine(applicationFolderPath,"CanFindLocation.db");SQLite.S
我正在编写XamarinAndroid应用程序,但在尝试创建SQLite数据库时遇到错误。这是我的代码:stringapplicationFolderPath=System.IO.Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal),"CanFindLocation");stringdatabaseFileName=System.IO.Path.Combine(applicationFolderPath,"CanFindLocation.db");SQLite.S