Guest User

Untitled

a guest
Mar 29th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.59 KB | None | 0 0
  1. [app]
  2.  
  3. title = simple_app
  4.  
  5. package.name = main.py
  6.  
  7. package.domain = org.test
  8.  
  9. source.dir = .
  10.  
  11. source.include_exts = py,png,jpg,kv,atlas
  12.  
  13. version = 0.1
  14.  
  15. requirements = kivy,openssl,requests #if I add requests, it always complain cannot import module _ctype
  16.  
  17. orientation = portrait
  18.  
  19. osx.python_version = 3
  20.  
  21. osx.kivy_version = 1.9.1
  22.  
  23. fullscreen = 0
  24.  
  25. android.permissions = INTERNET
  26.  
  27. android.api = 27
  28.  
  29. android.minapi = 21
  30.  
  31. # (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86
  32. android.arch = arm64-v8a
  33.  
  34. [buildozer]
  35.  
  36. log_level = 2
  37.  
  38. warn_on_root = 1
Advertisement
Add Comment
Please, Sign In to add comment