-
Notifications
You must be signed in to change notification settings - Fork 523
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
Building APK using Buildozer/Kivy #459
Comments
See this issue: kivy/python-for-android#620 tl;dr: in your buildozer.spec, add hostpython2 to the requirements option. |
So the error in the #620 was: "AttributeError: 'Context' object has no attribute 'hostpython'". The error shown here is different. I have the same problem after adding hostpython2 to the requirements in the buildozer.spec file I received a similar error. If anyone has a suggestion what might be wrong would really appreciate it. Thanks! Install requirement hostpython2 in virtualenvRun 'pip install --target=/home/kivy/Desktop/Myprojects/.buildozer/applibs hostpython2'Cwd /home/kivy/Desktop/Myprojects/.buildozerCollecting hostpython2 Command failed: pip install --target=/home/kivy/Desktop/Myprojects/.buildozer/applibs hostpython2Buildozer failed to execute the last commandThe error might be hidden in the log above this errorPlease read the full log, and search for it beforeraising an issue with buildozer itself.In case of a bug report, please add a full log with log_level = 2 |
@sassystacks This issue is unrelated to the one you have posted in. Please post the full log and problem description on the kivy-users mailing list (https://groups.google.com/forum/#!forum/kivy-users). |
I encountered this same error after a Kivy/Buildozer Virtual Machine reinstall, even with hostpython2 in the requirements. Turned out I hadn't updated buildozer, as the documentation in the Virtual Machine indicates:
All working well now! |
When attempting to build an APK (Electrum BTC) file on Ubuntu 16.04 & also Ubuntu 14.04 I get the following error message:
Just wondering if anyone has encountered this before?
The text was updated successfully, but these errors were encountered: