You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think Kivy probably could just have a fix to not try this import when SDL2 is being used. Although it doesn't really matter, it's not nice to see the warning in the log.
If we use new toolchain we will see this messages:
and
It happens because old pygame toolchain used AndroidJoystick as android provider and Kivy tells us it's unavailable in new toolchain.
While this is not a problem, this messages are confusing, especially since sdl2 doesn't use AndroidJoystick and android provider at all.
I think this messages shouldn't be in new toolchain app log.
The text was updated successfully, but these errors were encountered: