Conversation
AndreMiras
left a comment
There was a problem hiding this comment.
Thanks! Please make sure build is green before merging
|
https://github.com/search?q=org%3Akivy+SDL_ANDROID_GetJNIEnv&type=Code is just replaced with SDL_AndroidGetJNIEnv when building SDL2... but why? even android recipe calls the SDL2 original one
https://github.com/kivy/p4a-pygame-bootstrap-components/blob/7d39c8d2a3f194c08041a7702419e44c042eb3b1/pygame_bootstrap_jni/sdl/src/video/android/SDL_androidvideo.c#L61 for some reason and that's not even externed 🤔 I don't think it should be patched, rather renamed to the correct thing hmmm. |
|
How do i fix this? I'm unable to apply this patch. |
Broken due to edits in kivy/pyjnius#356