-
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
Missing _ctypes module #955
Comments
Same as #963 (comment) |
I had the same issue until i cleaned buildozer by this command please tell if this solved the problem |
Ok that changed something, but still no actual solution. My error just moved to another exception, that is: Check configuration tokensEnsure build layoutCheck configuration tokensRead available permissions from api-versions.xmlPreparing buildCheck requirements for androidRun 'dpkg --version'Cwd NoneDebian 'dpkg' package management program version 1.19.7 (amd64). Search for Git (git)-> found at /usr/bin/gitSearch for Cython (cython)-> found at /home/nicola/.local/bin/cythonSearch for Java compiler (javac)-> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javacSearch for Java keytool (keytool)-> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytoolInstall platformRun '/usr/bin/python3 -m pip install -q --user 'appdirs' 'colorama>=0.3.3' 'jinja2' 'six' 'enum34; python_version<"3.4"' 'sh>=1.10; sys_platform!="nt"' 'pep517' 'pytoml' 'virtualenv''Cwd NoneApache ANT found at /home/nicola/.buildozer/android/platform/apache-ant-1.9.4Android SDK found at /home/nicola/.buildozer/android/platform/android-sdkAndroid NDK found at /home/nicola/.buildozer/android/platform/android-ndk-r17cRead available permissions from api-versions.xmlCheck application requirementsCheck garden requirementsCompile platformRun '/usr/bin/python3 -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=python3,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/nicola/Desktop/RunUpWords/.buildozer/android/platform/build" --ndk-api=21'Cwd /home/nicola/Desktop/RunUpWords/.buildozer/android/platform/python-for-android/home/nicola/Desktop/RunUpWords/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py:85: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses Command failed: /usr/bin/python3 -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=python3,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/nicola/Desktop/RunUpWords/.buildozer/android/platform/build" --ndk-api=21Buildozer 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` |
Hello guys!
As the title says, I get this error while trying to build for android a Kivy application. I tried both pushing directly to android and packing a debug apk but both didn't work.
I looked over and I found that installing libff1-dev could solve the problem, but I already have it installed and updated so I can't find where the problem is.
Thanks in advance for the help!
The text was updated successfully, but these errors were encountered: