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

How to create Distance recipe

Open grekichi opened this issue 1 year ago • 0 comments

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.

grekichi avatar Sep 20 '24 10:09 grekichi