Skip to content
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 does not support ~ in android.sdk_path #3

Closed
bob-the-hamster opened this issue Feb 5, 2013 · 3 comments
Closed

buildozer does not support ~ in android.sdk_path #3

bob-the-hamster opened this issue Feb 5, 2013 · 3 comments

Comments

@bob-the-hamster
Copy link
Contributor

In my buildozer.spec file, I set:

android.sdk_path = ~/misc/android-sdk-linux_x86

which is the correct location for my already installed and working SDK. buildozer ignored that, tried to redownload the SDK anyway (but failed, I will file a separate issue for that)

james@rhinoctopus:~/src/secrethamster/kivy/bobdirt$ buildozer android debug deploy run
# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Install platform
# Android ANT is missing, downloading
# Apache ANT installation done.
# Android SDK is missing, downloading
# Unpacking Android SDK

Also, I am sure apache ant is installed, since I was using it before, and which ant returns /usr/bin/ant

I am using Ubuntu Linux 12.04

@bob-the-hamster
Copy link
Contributor Author

Testing a little more, I realize that buildozer.spec does not support ~ in path names

@tshirtman
Copy link
Member

yeah, path names are not expanded, i did a patch for that, but didn't commit it because not sure it was useful, i don't think it can hurt thought, i'll push it.

@tito
Copy link
Member

tito commented Feb 7, 2013

fixed by tshirtman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants