Elixir Desktop starts then crashes in Android Studio

@dominicletz So I found the bug - it’s the combo of an unpinned :exqlite version (that :ecto_sqlite3 depends on) and the prebuilt Erlang/Elixir.

The quick fix is adding something like this to the demo-example-app’s mix.exs:

{:exqlite, "0.15.0", override: true},
4 Likes