E
E
eegmak2021-03-12 15:31:47
Rust
eegmak, 2021-03-12 15:31:47

How to prepare environment for android development on rust in ubuntu?

Advise modern instructions for installing dependencies and everything you need to create the simplest application for an android smartphone in Ubuntu (18 or 20) Also interested in how the development environment for android will "get along" with the already installed development environment for stm32 microcontrollers?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-03-12
@vabka

There are two options:
1. You can use android studio or intellij idea community with the intellij rust plugin
2. You can add a workspace for vs code to cut off stm32-specific plugins.
You still have to use Kotlin or java to glue rust code and android.
I advise you to use rust only in performance-critical parts.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question