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
Author: georgik
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
Update of the article #1: If you’d like to support API level 19, the library must have a different name than png. Therefore I changed […] Read More