Gradle Android Experimental Plugin works without problem with Android Studio and it is the recommended approach use it when starting a new project with NDK. […] Read More
Author: georgik
SDL2 example application works without problem with newer Androids API 21+. The problem was with API level 19. It took me some time to figure […] Read More
In the previous article, we were discussing how to add support for PNG image format to SDL2 application for Android. Let’s add another more common […] Read More
Deploying application bundle to Docker Swarm (v17) is pretty straightforward. Simple command on Manager node: Unfortunately, it failed with message: Solution that worked for me: […] Read More
Starting application from Android Studio may fail with the mysterious message: Installation failed with message INSTALL_FAILED_TEST_ONLY. The IDE will prompt you whether you want to […] Read More