【发布时间】: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 吗?
【问题讨论】: