問題描述
我現在正在使用 windows,我想問有沒有什么好的工具可以在 windows 中為 android 打包一個 kivy 應用程序,還是我必須使用 Linux 發行版?
I'm using windows right now and I want to ask is there any good tools to package a kivy app for android in windows or do I have to use Linux distributions?
還有是否可以將 kivy 用于 python 3.3.2(最新)?
And also is there anyway to use kivy for python 3.3.2 (Latest)?
推薦答案
我現在正在使用windows,我想問有沒有什么好的工具可以在windows中為android打包一個kivy應用程序或者我沒有使用Linux發行版?
I'm using windows right now and I want to ask is there any good tools to package a kivy app for android in windows or I have t use Linux distributions?
很遺憾,構建工具目前無法在 Windows 上運行.我認為交叉編譯存在技術障礙.
Unfortunately the build tools don't work on windows right now. I think there are technical barriers to do with cross compilation.
您看過 http://kivy.org/#download 上的 kivy 虛擬機了嗎?這是一個已經安裝和設置工具的 Ubuntu linux 映像.您應該能夠在任何最近的機器上的 virtualbox 中運行它.
Have you seen the kivy virtual machine, available at http://kivy.org/#download ? This is an Ubuntu linux image that already has the tools installed and set up. You should be able to run it in virtualbox on any recentish machine.
buildozer工具的android組件還有一個在線界面(可以管理整個android或ios構建過程,但我認為目前不適用于 Windows),可在 http://android.kivy.org/ 獲得.您可以在那里上傳您的項目以構建 apk.我還沒有嘗試過這項服務,但它應該可以工作.
There's also an online interface to the android component of the buildozer tool (which can manage the entire android or ios build process, but I think doesn't work on windows at the moment), available at http://android.kivy.org/ . You can upload your project there to have the apk built. I haven't tried this service, but it should work.
還有在 python 3.3.2 中使用 kivy 嗎?
And also is there anyway to use kivy for python 3.3.2?
kivy 的下一個版本將支持 python 3,以及 https://github.com/kivy/kivy 的 github master 分支
The next release of kivy will support python 3, and the github master branch at https://github.com/kivy/kivy should be mostly (if not all) working.
這篇關于Kivy 到 Windows 中的 Apk的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!