-
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
No such file or directory: ".../whitelist.txt" #821
Comments
this issue crept in cause of recent changes to p4a, bulldozer has been fixed but you need to install it from git,
|
i did what you said and i get similar error :( .
also removed whole .buildozer folder. |
Could you try downloading the python-for-android master branch and trying again (you should be able to do this by just deleting the .buildozer dir in your build directory)? I've pushed a fix that may resolve this issue, though the problem could suggest there's another problem with buildozer. |
yet same problem :
is it ok on another OS ? like debian base linux ? |
Does the directory /Users/sepehr/Documents/Work/kivy_projects/test2/.buildozer/android/platform/build/dists exist? If so, what folders does it contain? |
result :
its the only thing in there... build folder doesn't exist. |
Okay, that's useful, thank you. Would you also be able to paste the full buildozer log, with --verbose? |
Actually, could you first delete the .buildozer folder in your build dir, so that the log includes everything possible? |
result for
|
Ah, I think the dist is being created in the wrong directory due to a missing storage-dir option. Would you be able to past the output of Thanks for the debug information! |
thanks for your fast responses 👍 . |
Thanks, I think I understand the problem and will take another look later. On 07/07/16 10:46, Sepehr Hamzelooy wrote:
|
I've found the problem, my previous fix had a mistake. The PR at kivy/buildozer#375 should hopefully resolve everything. If you're able to test it that would be great (you might need to delete the local .buildozer and ~/.python-for-android first), but otherwise hopefully @akshayaurora can check it tomorrow. |
changed my local buildozer source code to your PR .... it worked well ... its cythonizing right now ... thanks @inclement |
using
buildozer android_new debug
build folder .buildozer/android/platform/build does not exist.
searched in issues and didn't find anything ...
and i don't think i missed something
The text was updated successfully, but these errors were encountered: