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
Tag: SDL2
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
In the previous article, we were discussing how to start building SDL2 application for Android. Let’s add some images. SDL2 library does not contain support […] Read More
SDL2 is a well known library for making games or interactive application for Linux, Windows or macOS. The library has also support for mobile devices. […] Read More
Android Studio has support for debugging Java and also C/C++ code. The problem is that in default configuration the debugger might not work. There is […] Read More