android-example-app icon indicating copy to clipboard operation
android-example-app copied to clipboard

Android Studio project wrapper around the Elixir TodoApp Desktop app to run on Android including the Erlang runtime

Results 6 android-example-app issues
Sort by recently updated
recently updated
newest added

My app immediately crashes on startup with ``` 20:39:12.827 [error] ERROR: Could not find 'wxe_driver.so' in: /data/user/0/io.elixirdesktop.example/files/app/lib/wx-2.2/priv 20:39:12.834 [notice] Application desktop exited: Desktop.start(:normal, []) returned an error: shutdown: failed to...

When I start my app, it crashes immediately with ``` Starting beam... "/data/app/~~FKhNe6zQepp0iAw8dkkm4w==/io.elixirdesktop.example-OyaoOu7v7CwAl0mYQ0MkFQ==/lib/arm64/liberlang.so": ignoring DT_PREINIT_ARRAY in shared library! {"init terminating in do_boot",{#{'__exception__'=>true,'__struct__'=>'Elixir.ArgumentError',message=>},[{'Elixir.System','fetch_env!',1,[{file,"lib/system.ex"},{line,698}]},{'Elixir.Config.Provider','resolve_config_path!',1,[{file,"lib/config/provider.ex"},{line,185}]},{'Elixir.Config.Provider',boot,1,[{file, "lib/config/provider.ex"},{line,222}]},{init,eval_script,2,[]},{init,do_boot,3,[]}]}} ``` This is because in https://github.com/elixir-desktop/android-example-app/blob/d332169bcc968855848313f4bfda07d5e4d15027/app/src/main/cpp/native-lib.cpp#L99 the...

Dear all -- good-looking project! This is not really an issue, more of a query: Would an Android application built with this be able to - receive push notifications; -...

Gday, I have read some information regarding startup time, although these are not qualified by what kind of device that you are running the application on. Can you share those...

update otp runtime - erlang 25.0.4 -> 26.2.5 - elixir 1.13.4 -> 1.17.2 update gradle setting - minSdkVersion 23 -> 29 - targetSdkVersion 30 -> 33 - cmake 3.10.2 ->...

build erlang 26.2 by runtime replace app/assets's runtime files and run but below error ``` ["beam/beam_load.c(190): Error loading module application_controller:\n This BEAM file was compiled for a later version of...