Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sdl 2

Sdl2 Sample Build Error With Android Ndk R14

I have tested to build the sample in SDL2 source (2.0.5) on my ubuntu 16.04 machine. According to h… Read more Sdl2 Sample Build Error With Android Ndk R14

Failed: Dlopen Failed: Cannot Locate Symbol "signal" Referenced By "libsdl2.so"

building an Android application using the SDL, I am loading this in the java file using System.load… Read more Failed: Dlopen Failed: Cannot Locate Symbol "signal" Referenced By "libsdl2.so"

Why Sdl_window Is An Incomplete Type?

I am porting to SDL2 and the Android platform a C++ game that uses SDL 1.2. Everything went well so… Read more Why Sdl_window Is An Incomplete Type?