d0n.key
d0n.key

Reputation: 71

Python, Kivy: Building an Android Package (.apk)

As the title says, I'm trying to build an Android Package (.apk / App) using Python and Kivy. I've got no idea how to convert .py to .apk or if it's even possible like this. So my questions are:

Thank you for hopefully coming answers :)

Upvotes: 0

Views: 1224

Answers (1)

inclement
inclement

Reputation: 29450

Use the Kivy documentation here and here.

You cannot currently use these tools on windows, but you can use a linux virtual machine. This is explained in the above documentation.

Upvotes: 1

Related Questions