-
Notifications
You must be signed in to change notification settings - Fork 506
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
Comments
Testing a little more, I realize that buildozer.spec does not support ~ in path names |
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. |
tshirtman
added a commit
that referenced
this issue
Feb 6, 2013
fixed by tshirtman |
ghost
mentioned this issue
Jul 9, 2016
This was referenced May 31, 2023
Closed
Julian-O
added a commit
to Julian-O/buildozer
that referenced
this issue
Jul 8, 2023
Minor omissions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
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
The text was updated successfully, but these errors were encountered: