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 AVD 内のファイルを参照してコピーするにはどうすればよいですか? アプリが変更する Sqlite ファイルの内容を表示したいと考えています。
DDMS でファイル マネージャーを使用します (スタンドアロン プログラムまたは Eclipse の DDMS パースペクティブ)。SQLite データベースは次の場所にある必要があります。
/data/data/your.package.here/databases/
whereyour.package.hereは、マニフェストでアプリケーションに付けたパッケージ名です。
your.package.here