-
Notifications
You must be signed in to change notification settings - Fork 508
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
Error "Aidl not found, please install it." #1416
Comments
I am using this in a gitlab pipeline:
What am I missing? |
Hi @RobertFlatt and thanks for your answer. The "Confirmation question" comes from the invokation of |
I have now used the docker image: https://github.com/kivy/buildozer#buildozer-docker-image |
I solve it by this way |
Who can I solve this problem in windows as "sudo apt-get" command. I didn't known how to paste these commands where??? sudo apt-get update |
Where do we use this? |
You have to use these in Linux otherwise you have to install WSL |
Aidl is installed automatically (it is part of the Google tools) when Buildozer first runs. This automatic install will fail if you don't accept the Google licence agreement. See link in a post above from me about what to do if you did not accept the license agreement. Buildozer runs on Linux, as a previous answer says if you use Windows you must install WSL and run Buildozer from there. |
Here is the fix: I have installed buildozer globally and it is in the :
yes | ~/.buildozer/android/platform/android-sdk/tools/bin/sdkmanager --sdk_root=/home/user_name/.buildozer/android/platform/android-sdk --licenses
it worked for me. |
Versions
Description
When I run buildozer errors of missing packages occur.
buildozer.spec
Command:
Spec file:
Logs
Error
The text was updated successfully, but these errors were encountered: