kivy buildozer VM

百般思念 提交于 2020-04-08 15:09:18

问题


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

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.


回答1:


EDIT: these instructions are outdated, please don't follow them

The main points:

  1. 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.

  2. Download the version of VirtualBox for your machine from the VirtualBox download area and install it. (https://www.virtualbox.org/)

  3. Start VirtualBox, click on “New” in the left top. Then select “linux” and “Ubuntu 64-bit”.

  4. Under “Hard drive”, choose “Use an existing virtual hard drive file”. Search for your vdi file (where you unzipped Buildozer) and select it.

  5. 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.

  6. Start the Virtual machine and follow the instructions in the readme file on the desktop.



来源:https://stackoverflow.com/questions/29188304/kivy-buildozer-vm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!