Update: Engineers at Google fixed the issue. Thank you. After initial setup of SDL2 application for Android, I decided to add one activity before launching […] Read More
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
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