You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get build successful. I copy the android apk. I install it on different phones. I click to open it and I get immediately app closed.
When I run logcat I'm getting some errors like:
(all log on the bottom of the issue)
I've tried running deploy with default and other settings in spec file. I've tried running with older versions of python but that failed even more so because I'm new to Mac and new to Kivy I am not sure about question simple as that:
is Kivy/buildozer compatible with python 3.7?
Or maybe you know what is the reason of my failure?
I'm using java_home -v 1.8 (MacOS)
buildozer.spec
Command:
buildozer android debug run
getting warning:
[WARNING]: lld not found, linking without it. Consider installing lld if linker errors occur.
Can it be that?
What solved my issue was changing the buildozer.spec
(list) Application requirements
comma separated e.g. requirements = sqlite3,kivy
requirements = python3==3.7.6,hostpython3==3.7.6,kivy
change the major version of python used by the app
osx.python_version = 3.7.6
Kivy version to use
osx.kivy_version = 1.11.1
Description
I get build successful. I copy the android apk. I install it on different phones. I click to open it and I get immediately app closed.
When I run logcat I'm getting some errors like:
(all log on the bottom of the issue)
I've tried running deploy with default and other settings in spec file. I've tried running with older versions of python but that failed even more so because I'm new to Mac and new to Kivy I am not sure about question simple as that:
is Kivy/buildozer compatible with python 3.7?
Or maybe you know what is the reason of my failure?
I'm using java_home -v 1.8 (MacOS)
buildozer.spec
Command:
Spec file:
Logs
Putting here logs from build AND logcat since build runs with success
The text was updated successfully, but these errors were encountered: