How to view SQL database in Eclipse Debug mode for android

后端 未结 5 1997
遇见更好的自我
遇见更好的自我 2020-12-03 01:48

I am looking for a way to see realtime (as I debug) what is in my SQL database.

Does anyone know how to do this? I have tried looking through the variables tab but

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-03 02:16

    Database is stored in data/data/your package name/your database name.

提交回复
热议问题