question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

docker buildozer Aidl not found, please install it.

See original GitHub issue
  • Python: 3.9
  • OS: clearlinux
  • Buildozer: 1.2.0.dev0

Description

On the first attempt to use it, he asked to install the package.

Apparently it needs to be added to the docker script

buildozer.spec

default

Logs

# Aidl not found, please install it.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
brunofitascommented, Mar 24, 2022

I got this error as well. As mentioned above, the cause for “Aidl not found” is not accepting the Google license agreements. Run the docker container in interactive mode and accept the agreements.

docker run -it -v "$(pwd)":/home/user/hostcwd kivy/buildozer android debug

1reaction
RobertFlattcommented, Nov 3, 2021

If you don’t type Y Buildozer’s data base is corrupted.

https://github.com/Android-for-Python/Android-for-Python-Users#aidl-not-found

Delete ~/.buildozer

Then you can start again, don’t hit the space bar if it seems to pause on the first run, look for the accept question.

This forum is for development issues, generally usage questions should be addressed to the user groups. https://groups.google.com/g/kivy-users https://discord.gg/Sa3e9AY3 (invite expires in 7 days)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Buildozer not finding aidl - Stack Overflow
I have installed Docker and am using it with buildozer to create an Android app. (See here). # Check that aidl can be...
Read more >
buildozer Aidl not found, please install it. - Google Groups
I'm having the same problem. In the path below, I can see the android command, but when I try to run it, I...
Read more >
buildozer - PyPI
A Dockerfile is available to use buildozer through a Docker environment. ... building for android failed #1420; Error "Aidl not found, please install...
Read more >
Aidl Not found error but its installed already? - Ask Ubuntu
I am working on an android app when I was trying to convert code file into APK(using the command "buildozer android debug") I...
Read more >
12 Packaging app for various platforms - De Gruyter
$buildozer -v android debug deploy run #takes long time depends upon our computer. In case of error Aidl not found, we can install...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found