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 アプリケーションを実行しています。デバイスでアプリケーションのデータベースを表示したいのですが、どうすればよいですか?
エミュレータでこれを行う方法は知っていますが、Android デバイスでこれを行う方法を知りたいです。
手動またはプログラムでアクセスしようとしていますか? 手動の場合は、デバイスで adb またはターミナル/ファイル エクスプローラーを使用して調べることができます。
adb pull path_to_sqlite_db
必要に応じて検査できるコンピューターにそれを取得します。