kivy / python-for-android

Turn your Python application into an Android APK
https://python-for-android.readthedocs.io
MIT License
8.28k stars 1.84k forks source link

macOS/prerequisites: aidl missing. #2779

Open cederom opened 1 year ago

cederom commented 1 year ago
RobertFlatt commented 1 year ago

https://github.com/Android-for-Python/Android-for-Python-Users#aidl-not-found

cederom commented 1 year ago

Thanks @RobertFlatt my goal now is to fix build automation process so all is done by itself, this is why I have marked this as TODO (for myself?).

I have already accept license enabled in my buildozer.spec and this happened anyways.

This was probably because corrupted download during the trip or something else.

The obvious fix would be to implement steps from docs in the preresuisites modules directly (remove ~/.buildozer and .buildozer and restart again).