mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 17:59:39 +02:00
Update Build Using Nix section to reference documentation on building for a specific architecture
This commit is contained in:
parent
ae2ad0fd54
commit
3405a7bc21
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,10 @@ nix develop
|
||||||
```
|
```
|
||||||
Nix development environment contains Rust with cross-compilation toolchains and Android SDK.
|
Nix development environment contains Rust with cross-compilation toolchains and Android SDK.
|
||||||
|
|
||||||
To [build an APK](https://developer.android.com/studio/build/building-cmdline), run:
|
To [build an APK](https://developer.android.com/studio/build/building-cmdline) run the following 2 steps.
|
||||||
|
Note that the first step may take some time to build for all architectures. You can optionally read
|
||||||
|
[the first comment block in the `ndk-make.sh` script](https://github.com/deltachat/deltachat-android/blob/master/scripts/ndk-make.sh)
|
||||||
|
for pointers on how to build for a specific architecture.
|
||||||
```
|
```
|
||||||
$ scripts/ndk-make.sh
|
$ scripts/ndk-make.sh
|
||||||
$ ./gradlew assembleDebug
|
$ ./gradlew assembleDebug
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue