elixir-desktop / android-example-app

Android Studio project wrapper around the Elixir TodoApp Desktop app to run on Android including the Erlang runtime
MIT License
101 stars 10 forks source link

Update OTP 25 to 26 #11

Open thehaigo opened 2 months ago

thehaigo commented 2 months ago

update otp runtime

update gradle setting

Launching the application success emulator and real device . sqlite is also running without update.

akchaudhary6532 commented 1 month ago

I don't think this project is in active development anymore. I'll just checkout this branch and use it as is. Thanks!

BTW, do you have any metrics on the initial start time with respect to device spec? say, using Snapdragon 8 Gen 1 or above.

thehaigo commented 1 month ago

Initial startup will extract the Phoenix project zip file, which may take more than 5 seconds

But after the second launch, it takes only 1 to 3 seconds, not much different from a normal application.

I also built a generator, you can use this one. https://github.com/thehaigo/desktop_setup