-
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 has attribute errors and will not run #883
Comments
Hello world! Sorry but when error: is disappear but I have new error: Check configuration tokensUnknown command/target android after: pip install --upgrade --user https://github.com/kivy/buildozer/archive/586152c.zip C:\Users\lenovo\Desktop\project>buildozer android debug deploy run Check configuration tokensUnknown command/target android |
Yes Windows is not supported anymore. Unless you use Windows Subsystem for Linux which I've never tried |
Description
After setting up all dependencies and install Buildozer, I cd to my project folder and rand, buildozer android_new debug and got the following error:
Traceback (most recent call last):
File "/usr/local/bin/buildozer", line 9, in
load_entry_point('buildozer==0.39', 'console_scripts', 'buildozer')()
File "/usr/local/lib/python2.7/dist-packages/buildozer/scripts/client.py", line 13, in main
Buildozer().run_command(sys.argv[1:])
File "/usr/local/lib/python2.7/dist-packages/buildozer/init.py", line 1040, in run_command
print('Unknown command/target {}'.format(self.translate_target(command, inverse=True)))
AttributeError: 'Buildozer' object has no attribute 'translate_target'
buildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: