問題描述
我嘗試使用 buildozer 為 android 編譯 kivy,但它不起作用,我找不到這個問題的解決方案.所以我嘗試從 kivy webside 安裝虛擬機,應該包括這個,來自這個鏈接:
I tried to compile kivy with buildozer for android, but it did not work and I could not find the solution for this problem. So I tried to install the virtual machine from the kivy webside, which is supposed to include this, from this link:
http://kivy.org/#download
但是我找不到 .vdi 文件,所以我想知道如何找到這個 .vdi 文件以及如何安裝 vm.
But I could not find a .vdi file,and so I wanted to know how I can find this .vdi file and how to install the vm.
推薦答案
這些說明已過時,請不要遵循它們
要點:
從 (https://drive.google.com/open?id=0B112pXITp0hJU3dJb25hbWJ3RHM&authuser=0 <- 警告 此圖片已過時,無法再使用)下載量 >2GB(6GB提取后).提取文件并記住提取的 vdi 文件的位置.
Download the disc image from (https://drive.google.com/open?id=0B112pXITp0hJU3dJb25hbWJ3RHM&authuser=0 <- WARNING this image is highly out of date and won't work any more) The download is >2GB (6GB after extracted). Extract the file and remember the location of the extracted vdi file.
從 VirtualBox 下載區下載適用于您機器的 VirtualBox 版本并安裝.(https://www.virtualbox.org/)
Download the version of VirtualBox for your machine from the VirtualBox download area and install it. (https://www.virtualbox.org/)
啟動VirtualBox,點擊左上角的新建".然后選擇linux"和Ubuntu 64-bit".
Start VirtualBox, click on "New" in the left top. Then select "linux" and "Ubuntu 64-bit".
在硬盤"下,選擇使用現有的虛擬硬盤文件".搜索您的 vdi 文件(您解壓縮 Buildozer 的位置)并選擇它.
Under "Hard drive", choose "Use an existing virtual hard drive file". Search for your vdi file (where you unzipped Buildozer) and select it.
轉到虛擬機的設置".在顯示 -> 視頻"部分,將視頻內存增加到 32mb 或以上.啟用 3d 加速以改善用戶體驗.
Go to the "Settings" for your virtual machine. In the "Display -> Video" section, increase video ram to 32mb or above. Enable 3d acceleration to improve the user experience.
啟動虛擬機并按照桌面上自述文件中的說明進行操作.
Start the Virtual machine and follow the instructions in the readme file on the desktop.
這篇關于kivy buildozer 虛擬機的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!