buildozer-action icon indicating copy to clipboard operation
buildozer-action copied to clipboard

There are troubles with building pyjnius in current version

Open manatlan opened this issue 1 year ago • 6 comments

So, it doesn't work anymore AS IS ;-(

is there plan to fix that ? or is there working forks ?

thanks in advance

manatlan avatar Nov 11 '23 11:11 manatlan

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);
   	    ^ ~~~~~~~~~~~~

sebastien46 avatar Nov 18 '23 11:11 sebastien46

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

balasekhar89 avatar Nov 20 '23 10:11 balasekhar89

Doesn't seem to work for me

manatlan avatar Nov 20 '23 11:11 manatlan

Updated my previous comment add change p4a.branch to release-2022.12.20

balasekhar89 avatar Nov 20 '23 14:11 balasekhar89

I've updated my previous thumb ! Your solution works for me too! Thanks a lot !!!!

manatlan avatar Nov 20 '23 16:11 manatlan

how to build on kivy 2.3.0

AHiXilTOr avatar Apr 03 '24 14:04 AHiXilTOr