We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Bump ANDROID_API_VERSION to 34
Targetting android 29 issues a warning on new device that the apk contains security breaches. I've updated the target to Android 34 and made the necessary changes to build the apk. We still install build-tools and platform version 29 because version 34 has a bug in `dx` (renamed to `d8`) where it fails to link classes.dex
Introduced a separate linking step in the build script to prevent `Relocations in generic ELF (EM: 183)` issue with arm64 compilation.
Updated Working for Android (on Linux) (markdown)
Update guide for modern SDK versions
small typo
Created Working for Android (on Linux) (markdown)