-
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 debug error "[WARNING]" when i run buildozer andriod debug #980
Comments
You probably missing libffi(-dev[el]) on your system, which prevents _ctypes from building, so your quick fix would be to install that and try again. try this |
I try to run your command in my ubuntu terminal and it's give the following
it's look like the package is installed so please can you give me other solution please |
this's the log after running the above command
|
Hey have you found the solution |
hello world
I'm trying to convert my kivy project to APK using buildozer on ubuntu 18.04 and when i run "buildozer andriod debug"
every thing work well until i get the following warring
[INFO]: -> directory context /home/hussam/app/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3-libffi-openssl-sqlite3/armeabi-v7a__ndk_target_21/python3/android-build
[WARNING]: Doing some hacky stuff to link properly
[INFO]: -> running cp /root/.buildozer/android/platform/android-ndk-r17c/platforms/androi...(and 38 more)
[INFO]: -> running cp /root/.buildozer/android/platform/android-ndk-r17c/platforms/androi...(and 36 more)
[WARNING]: lld not found, linking without it. Consider installing lld if linker errors occur.
and
import ctypes File "/home/hussam/app/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/ctypes/__init__.py", line 7, in <module> from _ctypes import Union, Structure, Array ModuleNotFoundError: No module named '_ctypes'
and this's what i try to do :
sudo apt-get update
sudo apt-get remove docker docker-engine docker.io
sudo apt install docker.io
sudo /etc/init.d/docker start
sudo systemctl enable docker
but the error not fix
please any one know the problem tell my what's it and how to fix it with sample step and details thanks
The text was updated successfully, but these errors were encountered: