-
Notifications
You must be signed in to change notification settings - Fork 530
Error: Aidl cannot be executed #532
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
Comments
you can not run buildozer as a root .i was having the same problem then i created a non root user and ran buildozer application and it worked perfectly fine .if you still faces the same problem you might not have the 32bit library as i can see you are yousing 64bit version and the application is 32 bit so please install 32bit libs.using command. 1:>sudo apt-get install libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 that will do the trick. |
I got the same error and ran these commands,
But still I'm getting the same error. |
I got the same error with Android SDK Build-tools 19.1. I updated to version 27.0.3, and no 32bits libs required. So, update de Android SDK Built-tools and the problem will be solved. |
Getting this same thing. Tried several versions of sdk and of build tools. Still not working. |
I, too, have the same problem and am running Ubuntu on Windows 10 (and installing the packages as KhishorekumarBS did above changed nothing for me either). |
O.k. Looking here `mkdir -p build-tools/0 ln -s /usr/bin/aidl ~/.buildozer/android/platform/android-sdk-20/build-tools/0/aidl` Works for me. Now I've got the problem that no matter what I do, it claims I don't have any SDKs installed: ` Android packages installation done. Check application requirements Check garden requirements Compile platform Run '/usr/bin/python2.7 -m pythonforandroid.toolchain create --dist_name=mathtest --bootstrap=sdl2 --requirements=kivy --arch armeabi-v7a --copy-libs --color=always --storagedir=/home/cplager/WindowsPython/build/.buildozer/android/platform/build' [INFO]: Will compile for the following archs: armeabi-v7a [INFO]: Found Android API target in $ANDROIDAPI [INFO]: Available Android APIs are () WARNING: Requested API target 20 is not available, install it with the SDK android tool. |
i am dealing with same problem from today morning before yesterday everything was fine with my buildozer :( |
I fixed the aidl problem by installing the 32bits version of the C++ library. Hope this help, |
Closing as stale, please reopen if this is still an issue. |
Close the issue is all you want 🐸 |
sudo apt-get install lib32stdc++6 not working! |
do you have all the dependencies documented there? i'm pretty sure it's about everything that is needed, if not that list needs to be completed. |
Followed the instructions @ buildozer.readthedocs.org/en/latest/installation.html
Ran
android update sdk --no-ui --all
Tried running
buildozer android deploy
and got the following error:buildozer.log
buildozer.spec
The text was updated successfully, but these errors were encountered: