We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Switched from outside-insalled apksigner to one provided with buildtools.
Move libraylib.a to the folder rather than replace the folder with it
Adjust copying raylib.h so that it is in the ‘include’ directory rather than a file called ‘include’.
Updated link to command line tools on Android Studio website
Updated Working for Android (on Linux) (markdown)
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.
Update guide for modern SDK versions
small typo
Created Working for Android (on Linux) (markdown)