-
Notifications
You must be signed in to change notification settings - Fork 507
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 find android #750
Comments
I have a equal problem too =\ I not execute the command : buildozer android debug deploy run |
Also ran into this. |
Is there a solution for this? I would need to know as soon as possible .. I tried with Kivy Launcher on my phone and it did not work too ... = |
I solve this problem using on terminal now --> I update the SDK archives installed the packages - android20sdk and execute the command --> buildozer android debug and runs :) Opctionality Update too the kivy,buildozer and android-sdk.. |
This fixed my issues too. There was no tools.save folder when I browsed the directory initially. |
This appears to be a problem with Android SDK installer, version 22. It has probably been fixed there since 2018. Closing as Stale, but if anyone is still having the problem, please let us know. |
I did install
buildozer
viapip install buildozer
in a virtual environment. Following the instructions, I didbuildozer init
in the directory in question, followed bybuildozer android debug deploy run
. The latter fails withandroid
not being found. It seems to look in the actual path for theandroid-sdk
(which is not there).My log is (with
log_level = 2
from the spec file):The text was updated successfully, but these errors were encountered: