I am trying to download audio and videos using kivy. the code works fine in windows and ubuntu but it generates an error in android. def descargarA(self): ydl_opts ...
import sys import sdl2 import sdl2.ext def main(): sdl2.ext.init() window = sdl2.ext.Window("PySDL2 Test", size=(320, 200)) window.show() window.get_surface() sdl2 ...