XamarinSQLite教程在Xamarin.Android项目中定位数据库文件

XamarinSQLite教程在Xamarin.Android项目中定位数据库文件

实际开发中,经常需要验证数据库操作的正确性。这个时候,需要打开数据库文件,进行确认。下面是如何找到MyDocuments.db文件的具体步骤:

(1)在VS的工具栏中找到打开Android设备监视器 (DDMS)按钮,如图1.32所示

 

(2)单击Open Android Device Monitor (DDMS) 按钮,弹出Android Device Monitor界面,如图1.33所示。

 

(3)选择File Explorer选项,打开File Explorer面板。在此选项面板中,找到data/com.company.AndroidSQLiteDemo/files/MyDocuments.db,如图1.34所示。

 

posted @ 2018-09-07 11:26  大学霸  阅读(454)  评论(0编辑  收藏  举报