InfernumDeus
InfernumDeus

Reputation: 1202

Create Realm database on Windows

Basically:

  1. I have some data in Excel file (it's best way for my project).
  2. I need to process it and write into Realms database.
  3. Then place this filled database into android project as resource.

So i created simple console c# project to generate database. But then realized that i can't use Realms on Windows.

What is the most comfort way to do it if i work in Visual Studio 2015 with Xamarin under Windows 7?

I think I can just send Excel file to my Android phone (or use emulator) and perform data processing and database building in Android application but... this just sounds wrong.

Upvotes: 0

Views: 1198

Answers (1)

Andy Dent
Andy Dent

Reputation: 17969

We have an internal build working on Windows but not yet ready for release.

So, yes, whilst it feels ugly, your Android emulator approach is the best idea right now.

Upvotes: 1

Related Questions