This repository was archived by the owner on Apr 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ Because Erlang OTP has many native hooks for networking and cryptographics the E
13131 . Install [ Android Studio] ( https://developer.android.com/studio ) + NDK.
14141 . Install git, npm, asdf
1515
16- ```
17- sudo apt install git npm curl
18- git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.2
19- echo ". $HOME/.asdf/asdf.sh" >> ~/.bashrc
20- echo ". $HOME/.asdf/completions/asdf.bash" >> ~/.bashrc
21- . $HOME/.asdf/asdf.sh
22- ```
16+ ```
17+ sudo apt install git npm curl
18+ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.2
19+ echo ". $HOME/.asdf/asdf.sh" >> ~/.bashrc
20+ echo ". $HOME/.asdf/completions/asdf.bash" >> ~/.bashrc
21+ . $HOME/.asdf/asdf.sh
22+ ```
2323
24241. Install Erlang-OTP (with openssl) in the same version 25.0.4 as the bundled runtime edition:
2525
26- ```
27- asdf install erlang 25.0.4
28- asdf install elixir 1.13.4-otp-25
29- ```
26+ ```
27+ asdf install erlang 25.0.4
28+ asdf install elixir 1.13.4-otp-25
29+ ```
3030
31311. Go to "Files -> New -> Project from Version Control" and enter this URL: https://github.com/elixir-desktop/android-example-app/
3232
You can’t perform that action at this time.
0 commit comments