Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.34 KB

FAQ.md

File metadata and controls

31 lines (23 loc) · 1.34 KB

FAQ for Buildozer

Introduction

Buildozer is a development tool for turning Python applications into binary packages ready for installation on any of a number of platforms, including mobile devices.

The app developer provides a single "buildozer.spec" file, which describes the application's requirements and settings, such as title and icons. Buildozer can then create installable packages for Android, iOS, Windows, macOS and/or Linux.

Buildozer is managed by the Kivy Team. It relies on its sibling projects: python-for-android and Kivy for iOS. It has features to make building apps using the Kivy framework easier, but it can be used independently - even with other GUI frameworks.

How do I write my own recipes?

Instructions on how to write your own recipes is available in the Kivy for iOS and python-for-android documentation.

Instructions on how to test your own recipes from Buildozer is available in the Buildozer Contribution Guidelines.

Note

This document is very short at the moment. Please contribute some FAQ questions and answers.