Elektrine lite

← Feed

@svenjacobs@androiddev.social

Post #2216232

2026-03-29 06:33 UTC

@_jocmp@mastodon.social what does "to run directly on the JVM" mean? Where did it run before?

Replies (1)

  • @_jocmp@mastodon.social 2026-03-29 06:37

    @svenjacobs@androiddev.social there were a few bindings to the Android Runtime, specifically Android's context object. That meant it could only run on an Android device. Now the core at least - not the UI - can run anywhere you can run Java. Which is a lot of places!

    Open ##2216233