python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

macOS/prerequisites: aidl missing.

Open cederom opened this issue 2 years ago • 2 comments

  • TODO: Add Aidl instllaion to prerequisites on macOS (brew is already present).
# Check that aidl can be executed
# Search for Aidl
# Aidl not found, please install it.

cederom avatar Apr 16 '23 15:04 cederom

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

RobertFlatt avatar Apr 17 '23 04:04 RobertFlatt

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).

cederom avatar Apr 21 '23 20:04 cederom