deltachat-android
deltachat-android copied to clipboard
Improve readme
to prevent this problem in the future: https://support.delta.chat/t/building-instruction-on-github-page-arent-working/2081/27
To test the changes in this pull request, install this apk: 📦 app-preview.apk
To test the changes in this pull request, install this apk: 📦 app-preview.apk
https://developer.android.com/studio/projects/install-ndk refers to "ndk-bundle" as legacy. It is replaced by "ndk" it seems and this is why "ndk-bundle" is stuck at unsupported r22b. Trying to update Dockerfile to LTS r23c (package ndk;23.2.8568313
).
I opened #2310 to support new NDK.
Superseded by #2504