If SDL2 application should support rotation it is necessary to add the following line to AndroidManifest.xml activity: The XML will look like this: The rotation […] Read More
Tag: SDL2
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
Update: Engineers at Google fixed the issue. Thank you. After initial setup of SDL2 application for Android, I decided to add one activity before launching […] Read More
Gradle Android Experimental Plugin works without problem with Android Studio and it is the recommended approach use it when starting a new project with NDK. […] Read More
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