python-for-android
python-for-android copied to clipboard
How to create Distance recipe
Overview
I try to create 'Distance' recipe for my app. I used 'CompiledComponentPythonRecipe' as a reference class. But I couldn't build by below error.
Versions
- Python: 3.10
- OS: mac OS Monterey 12.7.6
- Kivy: 2.3.0
Description
Error content: " in build_compiled_components build_dir = glob.glob('build/lib.*')[0] IndexError: list index out of range"
How should I do for fix this ? If you have any idea, please tell me. Thanks in advance.