Tutorial- Virtual Machine(for packaging). Download Google Drive link
How to use the VM outlined here
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
2. Extract and remember the location of the extracted vdi file.
3. Download the version of VirtualBox for your machine from the VirtualBox download area and install it.
4. Start VirtualBox, click on “New” in the left top. Then select “linux” and “Ubuntu 32”.
5. Under “Hard drive”, choose “Use an existing virtual hard drive file”. Search for your vdi file and select it.
6. 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.
7. In VirtualBox terminal
git clone https://github.com/kivy/buildozer.git
cd buildozer
sudo python2.7 setup.py install
1. In VirtualBox terminal my app folder
buildozer init
In buildozer.spec
# (str) Application versioning (method 1)
# version.regex = __version__ = ['"](.*)['"]
# version.filename = %(source.dir)s/main.py
# (str) Application versioning (method 2)
version = 1.2.0
3. And finally:
buildozer android debug deploy run
--
You received this message because you are subscribed to a topic in the Google Groups "Kivy users support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kivy-users/h1ZbtvgTG6o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kivy-users+...@googlegroups.com.
Roger, I can't thank you enough - after a week of trying, finally I have the app running on the phone . thanks to your bug fix :)