Open Realm Browser to Live Database in Genymotion?

I want to keep track of the Realm database when I run my Android app in Genymotion - instead of pulling it over and over again.

The most obvious possibilities are for the Realm database to be stored on external storage mounted on the local file system. Or you can open it directly in / data / data, but I just can't figure out how.

Is there a way to do this?

+3


source to share


1 answer


It is currently not possible to split the Realm file between processes. This is an open issue ( https://github.com/realm/realm-java/issues/1091 ).



0


source







All Articles