I made an Application I would like to implement in-app purchases into, I researched on this extensively, but to no avail.
The process I'm seeing on how to implement in-app purchases, requires android studio, and I don't know how to run a kivy file in android studio, as I think it is mostly for java and koitlin.
I read somewhere that we'll need pyjnius
to read java file, as we'll need the java extension to add to our dependencies (I don't even know what this means). Based on what I've read in android studio it's in build.gradle, please remember I'm showing android studio.
So my questions:
1 is there a way I can run kivy on android studio to ease this tedious process, and the countless others like creating an aab. file with window OS?
2 how will I use pyjnius
, where will I put the java extension, i.e where is this dependencies, I need to add the java extension to? will it be in my buildozer.spec file??
And lastly my recently questions have been ignored, please no matter the help I will greatly appreciate it. Thanks to you, in advance!!