Open odmfl opened 2 years ago
I've tried to build it as well. I haven't gotten it to fully build yet, but here are a couple of notes:
rustc
) installed and available on your PATH (Getting started - Rust). This solves the issue you're having btw.rustup target add armv7-linux-androideabi
rustup target add aarch64-linux-android
python
is linked to python3
(in the case of Ubuntu, sudo apt install python-is-python3
)The final issue is an Android app dependencies issue. Here's a gist with the error (turns out this happened because I was trying to run Gradle Build from the terminal rather than Android Studio haha)
Now it builds fine
I would like to try the app and contribute to the project, only I can't build the apk on Android Studio.
"CreateProcess error=2,Cannot find the specified file"