Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 android 设备上运行我的 android 应用程序,我想在设备上查看我的应用程序的数据库,我该怎么做?
我知道我们如何在模拟器中做到这一点,但我想知道我们如何在安卓设备中做到这一点。
您是要手动还是以编程方式访问它? 如果手动,您可以查看在设备上使用 adb 或终端/文件资源管理器。
adb pull path_to_sqlite_db
会把它放到你的电脑上,你可以随意检查它。