Aidl not found error while using buildozer android -v debug

狂风中的少年 提交于 2019-12-25 02:57:19

问题


I'm trying to create an android apk file that I can run on my phone using buildozer and kivy. Unfortunately, whenever I run the command buildozer -v android debug, the command prompt returns the error Aidl not found, please install it.

I've already tried to simply do sudo apt-get aidl followed by sudo apt-get update, but that still results in the same error.

Also, I'm not sure if this is relevant to the issue, but when I open up the file explorer on the ubuntu 16.04 virtual machine, there is a slight "x" on the root folder and it says that I don't have access to open it.

Here is the buildozer.spec file, through I'n note sure if the contents of it are important with this specific error

https://docs.google.com/document/d/1UAHekPUatAOrdIU_zFRwoPWgQKd-d0L3QsRXOr2Lo4Q/edit?usp=sharing

Help and suggestions would greatly be appreciated. Thanks!

Note: The reason why I am asking this question is due to the fact that the answer given in Why does Buildozer show `# Aidl not found, please install it.` even after I installed it? is out of date

来源:https://stackoverflow.com/questions/54727434/aidl-not-found-error-while-using-buildozer-android-v-debug

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!