-
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
bulldozer and distribute.sh #364
Comments
This can happen if your default shell is not bash. Ensure it's the case? |
Hi that there is happening me on MacOSX, the shell is bash and the example... a bare hello world which works on desktop. |
I'm also having this problem with a bare hello world application |
I'm also having this problem. My Default shell is bash, and I followed all the steps. Check configuration tokensBuildozer is running as root! Ensure build layoutCheck configuration tokensPreparing buildCheck requirements for androidSearch for Git (git)-> found at /usr/bin/gitSearch for Cython (cython)-> found at /usr/local/bin/cythonSearch for Java compiler (javac)-> found at /System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/javacSearch for Java keytool (keytool)-> found at /System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/keytoolInstall platformApache ANT found at /Users/Ryan/.buildozer/android/platform/apache-ant-1.9.4Android SDK found at /Users/Ryan/.buildozer/android/platform/android-sdk-21Android NDK found at /Users/Ryan/.buildozer/android/platform/android-ndk-r9cCheck application requirementsRun './distribute.sh -l'Cwd /Users/Ryan/Desktop/Reading Log App/.buildozer/android/platform/python-for-androidusage: dirname path Application requirements already installed, passCheck garden requirementsCompile platformRun './distribute.sh -l'Cwd /Users/Ryan/Desktop/Reading Log App/.buildozer/android/platform/python-for-androidusage: dirname path Clean and build python-for-androidRun './distribute.sh -m "kivy" -d "readinglog"'Cwd /Users/Ryan/Desktop/Reading Log App/.buildozer/android/platform/python-for-androidusage: dirname path Help please |
Not sure what caused this, though it may be fixed now, please raise the issue in the mailing lists if you get this problem. |
I had error messages along these lines. I discovered that you get the same error message when a folder has spaces in the name along in your project's path. I didn't see that answer in here and this thread was a good help and the right place to start. The spaces in path don't get escaped so they break buildozer in the process. I'm using Python, Kivy and Buildozer on Ubuntu 14.04 LTS. I ran into this issue when freshly installing this stack (have the same stack running on Arch and worked no problem, first time) I discovered this when checking the log, it showed it was trying to go into folder: Instead of: My project folder was the following wich failed: Then i moved my project folder to this and worked: Hope this helps someone who had the same error as me. It was silly and solved within minutes when tracing it back in the log. I post this here because it will still give the same distribute error at first wich is confusing. |
My distribute.sh file crashes on my mac running 10.10.2. Lines 286, 400, and 401:
The text was updated successfully, but these errors were encountered: