You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build android apk from Dockerfile. In the process buildozer android debug, after the buildozer download essential packages, it shown aidl not found.
Please add aidl in to the Dockerfile under section # system requirements to build most of the recipes
like
zip \
zlib1g-dev \
aidl
thank.
The text was updated successfully, but these errors were encountered:
👋 @sdayu, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
I tried to build android apk from Dockerfile. In the process
buildozer android debug
, after the buildozer download essential packages, it shown aidl not found.Please add aidl in to the Dockerfile under section
# system requirements to build most of the recipes
like
thank.
The text was updated successfully, but these errors were encountered: