简体   繁体   中英

Which version of AIDL should I download?

I am trying to use buildozer to make App from my python-kivy file. When I run "buildozer android debug deploy run" to make an app, it comes with this error:

Aidl not found, please install it.

So, I tried to download Aidl by this command:

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

but that does not work. So maybe I am not downloading the proper version. Which version of Aidl should I download?

More info: Ubuntu version: 16.04. I know I have to mention the version of ndk and sdk, but I do not know how to find their versions.

Buildozer can download NDK and SDK by itself, but better you do it yourself. Unzip it and then write paths to NDK and SDK folders in the .spec file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM