Python,Kivy:构建Android包(.apk)

时间:2022-05-30 20:25:16

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:

正如标题所说,我正在尝试使用Python和Kivy构建Android包(.apk / App)。我不知道如何将.py转换为.apk,或者甚至可能是这样。所以我的问题是:

  • What programs do I need, to turn my .py files into .apk s?
  • 我需要什么程序才能将.py文件转换成.apk文件?

  • How do I install these programs? (Sometimes a little bit difficult with python modules etc.)
  • 我该如何安装这些程序? (有时使用python模块等有点困难)

  • How do I use these programs to do it?
  • 我如何使用这些程序来做到这一点?

  • Will it work on Windows? (As I'm using Windows, that's my main question :/ )
  • 它可以在Windows上运行吗? (因为我正在使用Windows,这是我的主要问题:/)

Thank you for hopefully coming answers :)

谢谢你希望得到答案:)

1 个解决方案

#1


Use the Kivy documentation here and here.

在这里和这里使用Kivy文档。

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

您目前无法在Windows上使用这些工具,但您可以使用Linux虚拟机。这在上面的文档中有解释。

#1


Use the Kivy documentation here and here.

在这里和这里使用Kivy文档。

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

您目前无法在Windows上使用这些工具,但您可以使用Linux虚拟机。这在上面的文档中有解释。