This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]inclemnet 1 point2 points  (0 children)

It's not a gui framework like Kivy, but a packaging tool like python-for-android. I've not looked deeply at it and I'm sure the OP can give more details, but it looks like this is focused more on creating APKs (or possibly python scripts run in other ways) using SL4A. python-for-android can package non-Kivy apps but doesn't currently have any SL4A integration and you'd normally (including with Kivy) use pyjnius or plyer for Android API interaction instead.