-
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
Plyer not available in buildozer android_new #358
Comments
Plyer does not need a recipe as it is a pure-Python package. Make sure you're running the most recent buildozer release (0.32) or the development version from github (0.33dev), and that you're not running buildozer in a virtualenv. Building packages including Plyer with android_new does work fine. |
My buildozer is 0.33dev and I'm not running buildozer in virtualenv and still the error appears.This urllib3 error generally appears when I'm using a library that's not supported.Attached is the error log
|
While creating the apk using the command
buildozer android_new debug
with
requirements = kivy,hostpython2,plyer
the building failed with usual error that it shows when a recipe isn't available
however when I ran
buildozer -v android debug
with
requirements = kivy,plyer
it succeeded. So it seems android_new is not having the plyer recipe that the old one has.
Can you check this.
The text was updated successfully, but these errors were encountered: