【问题标题】:Buildozer not finding aidlBuildozer 找不到帮助
【发布时间】:2019-09-18 00:09:18
【问题描述】:

我已经安装了 Docker,并且正在使用它和 buildozer 来创建一个 Android 应用程序。 (见here)。

Buildozer 现在失败并出现以下错误: 家 民众 堆栈溢出 标签 用户 工作 Teams 工作问答 了解更多 标题

身体

# Check that aidl can be executed
# build-tools folder not found /home/user/.buildozer/android/platform/android-sdk/build-tools
# Search for Aidl
# Aidl not found, please install it.

(见github线程here。)

所以我创建了 .../android/platform/android-sdk/build-tools/0/

并复制到 /usr/bin/aidl

Buildozer 现在失败了:

# Cwd /home/user/.buildozer/android/platform/android-sdk
# Check that aidl can be executed
# Search for Aidl
# Aidl not found, please install it.

由于原来的github线程已经关闭,有谁知道如何解决这个问题?

编辑 [2019 年 4 月 30 日]

我注意到一个类似的问题here 尚未得到解答。可能知道的人不使用 Stack-Exchange 吗?

【问题讨论】:

    标签: aidl buildozer


    【解决方案1】:

    几个月来我都有同样的问题,遇到了this,它为我解决了这个问题。

    错误信息具有误导性; AIDL 存在,但没有显示接受 SDK 许可并因此使用 AIDL 的提示。

    当我在规范文件中设置 log_level = 2 时,我得到了正确的提示和错误消息。

    可能值得一试。

    【讨论】:

    • 我已勾选此项,因为它可能会在未来帮助某人。
    猜你喜欢
    • 1970-01-01
    • 2018-05-18
    • 1970-01-01
    • 2012-05-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-10-25
    • 1970-01-01
    相关资源
    最近更新 更多