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
Tag: Gradle
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
Update: This article targets one particular scenario when Android builds are too slow. There might be other reasons behind your slow build. Let me know […] 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