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
Tag: Android
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
Starting application from Android Studio may fail with the mysterious message: Installation failed with message INSTALL_FAILED_TEST_ONLY. The IDE will prompt you whether you want to […] Read More
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