Xcode has a very minimalistic design when working with build errors. Sometimes it’s necessary to get more information about a failed build and it might […] Read More
Category: Development
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
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
Adding SDL2_image with JPEG support for iOS is a little bit different than for Android. In case of Android, it was necessary to add JPEG […] 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