-
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
buildozer apk build problem #195
Comments
Please set the log level to 2 in buildozer.spec and retry, you should get a more explicit error. |
|
Please send the whole log, don't cut in the middle of the error. |
i decided to record video http://www.youtube.com/watch?v=w2aQceFmr2A&feature=youtu.be i am sorry for video quelyti |
I think this is a bug I just ran into when using cython==0.20 (current version). Using cython==0.19 compiles correctly. Full log of this error can be found at http://pastebin.com/DMaDsxqN |
I was able to resolve this issue by deleting my ~/.buildozer dir, which deletes some cached files. You might only have to delete ~/.buildozer/android/packages to resolve it. |
@DevKrkita Can you try the solution I suggest above and see if it fixes this bug for you? |
In my case, with a similar error, it turned out I didn't have all required permissions in that (shared) folder. After moving my workfolder to my local home dir, I could compile without issue. |
hey DevKrkita...did you find the solution for ur problem??? if yes then pls tell me bcz i have same problem ri8 noww... |
@Kajal1212 : have you tried compiling in your local home folder? So permissions aren't the issue then? |
I am having the same issue as @DevKrkita. I am running Kivy 1.9.0 dev and have checked the permissions on .buildozer. I have cython 0.21.2 installed |
thanks buildozer folks for yr great work! my question: how long shd the "Compile platform" segment take? it's been running for about 1.5 an hour. i'm on Lenovo t400 with dual core processor at, i think, ~2.5GHZ. regards |
I'm still getting the "Command failed: ./distribute.sh -m "kivy" -d "appname" " error, has anyone found a fix yet? |
This is a generic error that just means something went wrong. If you can't fix it then please post it on the kivy-users or python-for-android mailing lists, with the full verbose log. |
i am trying to build .apk with buildozer, i get the error # Command failed: ./distribute.sh -m "kivy"
how can i fix it?
The text was updated successfully, but these errors were encountered: