-
Notifications
You must be signed in to change notification settings - Fork 523
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
can't find file to patch toggle_jpg_png_webp.patch #921
Comments
That's interesting, I haven't tried to reproduce, but your setup doesn't seem off. I would say it glitched.
|
@AndreMiras Thanks for the help.
and the SDL2_image directory as follows
have the following file tree
I ran
and got this error
sure the directory does not exist (BTW, I never run clean command successfully and got the error above), so I delete everything under directory
then I've done this(delete everything in .buildozer && build) for 2 more times, every time I got this error
and it leads me to #251 ,
and
I successfully build my first apk. |
Nice thank you for the update, glad it's fixed. And your |
Yeah, the network is not stable here, cause we have the GFW, I have to save everything under
copy them back and build again. I've read the code of python-for-android,
the md5sum is checked, why did something like incomplete download happen ? |
Yes the checksum is checked if available, see:
But currently I think only sdl2 has it, see: This is probably because it's sometimes annoying when updating a recipe version to also compute it and we developers are lazy. |
Versions
Description
Trying to build kivy SimpleApp example with following code as main.py
I've found the most related issue is #416
I've checked my buildozer.spec file, there is no comment(#) after a configuration line, and I did not specify p4a.local_recipes.
And still build failed with following message
buildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: