-
Notifications
You must be signed in to change notification settings - Fork 507
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
"Copying APK" fails because of wrong path used #699
Comments
I can confirm that I see similar in the buildozer official dockerfile does not seem to work either, nor do my modifications in fact it ends very much like yours: and yet I find similar apks laying around:
|
I also ran into this issue and the Android.py replacement code is not doing the trick. I found the scattered .APK files, but they do not work. I have yet to debug, so I'm just wondering if anyone found a copy in those folders that works as intended? |
work-around Dockerfile till fix_312 is deployed to pypifix_312 was merged already and works for local installation, but docker still fails. the reason is, the Dockerfile builds buildozer from pypi (
maybe that helps out for a while... have fun! |
When is the fix going to be released? There are multiple tickets for this, going back months, but the error still occurs. |
Closing as stale, I believe this is fixed. |
I have a similar problem with buildozer 0.39. It cannot find the apk because its name is |
First of all, here's a Dockerfile describing all steps I took and the environment:
And here's how the build fails:
The funny part is that the .apk is here, but under a different path:
Is this a known issue?
The text was updated successfully, but these errors were encountered: