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:
- Created 2 years ago
- Comments:8 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
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)