buildozer-action
buildozer-action copied to clipboard
There are troubles with building pyjnius in current version
So, it doesn't work anymore AS IS ;-(
is there plan to fix that ? or is there working forks ?
thanks in advance
Yea I also get this error when trying to build pyjnius
:
jnius/jnius.c:54433:5: error: expression is not assignable
++Py_REFCNT(o);
^ ~~~~~~~~~~~~
jnius/jnius.c:54435:5: error: expression is not assignable
--Py_REFCNT(o);
^ ~~~~~~~~~~~~
The following versions fixed the pyjnius issue
Cython==0.29.33,kivy==2.2.0
p4a.branch = release-2022.12.20
Add them to requirements in buildozer.spec
Doesn't seem to work for me
Updated my previous comment add change p4a.branch to release-2022.12.20
I've updated my previous thumb ! Your solution works for me too! Thanks a lot !!!!
how to build on kivy 2.3.0