library "libSDL2.so" not found
Hello,
Thanks for developing this module.
I would like to use GAMECONTROLLER section of SDL. But I don't know how to install SDL to work with flutter. Currently I get library "libSDL2.so" not found exception when I start the app. But this should be normal without installing SDL.
I want to use SDL game controller with android and iOS apps. But first I need to use it with android. iOS will be later.
My configuration is like this:
Desktop: Ubuntu Linux 22.04 LTS Android Studio: Android Studio Giraffe | 2022.3.1 Patch 1 java -version: openjdk version "11.0.20.1" 2023-08-24 OpenJDK Runtime Environment (build 11.0.20.1+1-post-Ubuntu-0ubuntu122.04) OpenJDK 64-Bit Server VM (build 11.0.20.1+1-post-Ubuntu-0ubuntu122.04, mixed mode, sharing)
How can I install SDL to my configuration? Is there any documentation?
Thanks for help