found in the log:
"09-04 19:09:08.349 27017 27017 V pythonutil: Loading library: python3.6m
09-04 19:09:08.349 27017 27017 V pythonutil: Library loading error: dlopen failed: library "
libpython3.5m.so" not found
09-04 19:09:08.349 27017 27017 V pythonutil: Loading library: python3.6m
09-04 19:09:08.351 27017 27017 V pythonutil: Library loading error: dlopen failed: library "
libpython3.6m.so" not found
09-04 19:09:08.351 27017 27017 V pythonutil: Loading library: python3.7m
09-04 19:09:08.353 27017 27017 V pythonutil: Library loading error: dlopen failed: library "
libpython3.7m.so" not found
09-04 19:09:08.353 27017 27017 V pythonutil: Loading library: python3.8
09-04 19:09:08.355 27017 27017 V pythonutil: Library loading error: dlopen failed: library "
libpython3.8.so" not found
09-04 19:09:08.355 27017 27017 V pythonutil: Loading library: python3.9
09-04 19:09:08.356 27017 27017 V pythonutil: Library loading error: dlopen failed: library "
libpython3.9.so" not found"
update the buildozer.spec requirements from:
requirements = python3,kivy==2.2.1,gspread,oauth2client
to:
requirements = python3.11,kivy==2.2.1,gspread,oauth2client
as Ive built the project in python 3.11
Let's see if this is the issue, any other help woul be appreciated if I am on the wrong path.