ERROR:
# Check that aidl can be executed
# build-tools folder not found /home/raviteja/.buildozer/android/platform/android-sdk-24/build-tools# Search for Aidl
# Aidl not found, please install it.
SOLUTION:
- Above error says build-tools folder is not found. I checked in my /home/raviteja/.buildozer/android/platform/android-sdk-24/ and build tools folder is not available really.
- Launched Android SDK Manager to install the build tools. To launch it we need to cd to /home/raviteja/.buildozer/android/platform/android-sdk-24/tools and execute ./android. Do not use sudo ./android as it gives you permissions issue later.
- Make sure you check the following check box in Tools --> Options of Android SDK Manager and close it.
- Check the Build tools option and install it (you might need to accept the license)
If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged
No comments:
Write comments