I am trying to run buildozer
. While running it gave the following error:
Aidl not found, please install it.
So I tried to install aidl as described here But it gave me the following error
E: Unable to locate package aidl
I have updated the package index by sudo apt-get update
,but stil it is not working. How can I install aidl
?
You need to install build-tools
from android sdk manager
. You can find more info Installing the Android SDK and Tools