Skip to content
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

please add aidl into Dockerfile #960

Closed
sdayu opened this issue Aug 31, 2019 · 2 comments
Closed

please add aidl into Dockerfile #960

sdayu opened this issue Aug 31, 2019 · 2 comments
Labels

Comments

@sdayu
Copy link

sdayu commented Aug 31, 2019

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.

@tshirtman
Copy link
Member

it's not aidl that you need to install, this error actually means that android sdk is missing build tools
https://buildozer.readthedocs.io/en/latest/installation.html#aidl-not-found-please-install-it

    ~/.buildozer/android/platform/android-sdk/tools/bin/sdkmanager "build-tools;29.0.0"

@tito tito added the support label Oct 26, 2019
@support
Copy link

support bot commented Oct 26, 2019

👋 @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.

@support support bot closed this as completed Oct 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants