1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

AndroidでRealmのテーブルデータを確認する

Last updated at Posted at 2024-01-23

背景

Android StudioでRealmのテーブルを確認したい。

環境

Android Studio Hedgehog | 2023.1.1
スクリーンショット 2024-01-23 12.36.51.png

Realmテーブルの確認方法

Device Explorerからdefaults.realmを取得

View > Tool Windows > Device Explorer
image.png

デバイスのエクスプローラーを掘っていく

data > data
image.png

アプリパッケージ名 > files > default.realm
q2.png

default.realmを保存
image.png

default.realmをRealm Studioで開く

先程保存したdefaults.realmをRealm Studioで開く
image.png

テーブルデータを確認できる
q3.png

参考

Realmを使ってみよう(Android編)
https://kumaskun.hatenablog.com/entry/2022/02/07/003313

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?