Everything tagged with 'android'

Note

Random discovery I’ll share in case it helps a future traveller (or future me): the native C++ SDK for Google Play Games hasn’t been updated to support 16KB page size, making it now functionally unusable. You need to JNI bridge across to the Java SDK.

Note

Coming to the disappointing conclusion that developing games for Android without any Java at all is impractical enough as to be impossible.

Post
· Packaging Android NDK APKs without Gradle

I struggled recently to work out how to build an APK out of a native Android app without using Gradle.

All tags