Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [app]
- title = simple_app
- package.name = main.py
- package.domain = org.test
- source.dir = .
- source.include_exts = py,png,jpg,kv,atlas
- version = 0.1
- requirements = kivy,openssl,requests #if I add requests, it always complain cannot import module _ctype
- orientation = portrait
- osx.python_version = 3
- osx.kivy_version = 1.9.1
- fullscreen = 0
- android.permissions = INTERNET
- android.api = 27
- android.minapi = 21
- # (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86
- android.arch = arm64-v8a
- [buildozer]
- log_level = 2
- warn_on_root = 1
Advertisement
Add Comment
Please, Sign In to add comment