-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated md5sum does not match expected md5sum for sdl2 recipe #1318
Comments
I temporarily copy the SDL_2.0.4.tar.gz downloaded with wget to .buildozer/android/platform/build/packages/sdl2 It worked .... |
After fix this, I continuing meet similar problems for python-2.7.2.tar.bz2
SDL2_image-2.0.1.tar.gz
I've fixed python-2.7.2 for the same way ( i.e. wget ), but no lucky for sdl2_image Here is more defailed log for SDL2_image if I don't download it with wget :
here is log if I download sdl2_image mannually with wget from https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz
If there is anything to provide more info, just let me know, thanks |
I haven't seen anything about this recently, it seems to have been fixed. |
I'm working on build kivy app for android with buildozer/p4a in buildozer vm
buildozer : 0.34
p4a : 0.6.0
build with error
found following code in python-for-android\pythonforandroid\recipes\sdl2_init_.py
so I download the file and check , oops ...
how could I fix this ? (I've tried old_toolchain, there is something else bothering me, so I checked back)
my source code is very simple
and my build command is
The text was updated successfully, but these errors were encountered: