If you’re using Android Studio to build C++ application with NDK you might encounter following error during build: The problem is caused by the upgrade […] Read More
Tag: Gradle
In previous article, we were talking about drawing pictures in JPEG format. Let’s look how to draw some graphic primitives like a line. SDL2_gfx is […] Read More
Imagine the simple situation. You want to open an Android project in Android Studio. Click File, Open. Find the project and click Ok. Android Studio […] Read More
Common library for displaying a text in SDL2 application is SDL2_ttf. The library is a wrapper on FreeType library. It is necessary to add both […] Read More
In previous articles, we were talking about PNG and JPEG support in SDL2 for Android. Let’s add some sounds to our application. The initial steps […] Read More