Open softkot opened 9 years ago
I believe this may be related to #619, or at least last I checked that was also an issue
No the issues is simply that ARC Welder requires us to rebuild the binaries with specific ARC Welder support. Every place where we use OS calls (like mmap()), they have to be replaced with ARC Welder library calls instead. It's not a light task.
@bmunkholm arcwelder is not a runtime environment it is just the tool to wrap the android apk with. From what i have gathered you would also have to make sure to support 64bit when running on a 64bit os.
And of course i would also be very interested in supporting chrome. :)
I also find it would be nice to create Chrome-Apps with Realm!
Are there any plans for supporting arc apps in the near future?
Hi @haggerty-william No, not at this time. We are continuously evaluating the order we implement features depending on user feedback, and so far this feature hasn't been that highly requested compared to others.
That's a shame. For anyone who would want their Android app to work on ChromeOS when ARC is production ready, this is a deal breaker.
Please consider supporting Chrome apps I really need that :/ Thank you!
this is the sole reason I am not using Realm
same here. I converted my companies app from sqlite to realm and then had to revert everything.
Feel free to use the (new) +1 emoji in the top description so we can assess the popularity of this request.
Thanks!
Have you made a decision about ARC? Since ARC will be deployed to many chromebooks, it would be a good idea to support ARC :)
It could be a problem if Realm doesn't run on Chromebooks that run Android https://support.google.com/chromebook/answer/7021273?hl=en
I'd close this issue with the full support for the play store on Chromebooks
As more Chromebooks are enabled with Google Play, now is a great time to support arc welder for realm.
Can anyone confirm Chromebook + Realm is indeed broken or is it just ARC Welder on Mac/Windows/Linux?
Using realm in android project to run application on most recent google chrome ARC Welder technology produce crash with log log_message: Trying to execute non-executable code at 0x0 called from (libtightdb-jni.so+0x89b09)
It would be nice to run smoothly android+realm applications natively with ARC Welder.