buildozer/buildozer
attakei 7a6034a75e fix: logic to compare versions "not installed" with "contain minor"(ex: 20.0.1)
method bulldozer.targets.android.TargetAndroid._install_android_packages()
If build-tools is not installed, then variable "v_build_tools" is string = '0'.
If latest version contains minor version code ~ example 19.0.3 ~, then variable "ver" is list = [19, 0, 3].

In that case, build-tools is not enable to install, because expression([19, 0, 3] > '0') returns False.
2014-10-27 02:43:04 +09:00
..
libs Make pexpect.py Python 3 Compatable 2014-07-16 20:54:12 -04:00
scripts move scripts into buildozer.scripts.*, and use console_scripts for setup() 2014-04-20 16:45:40 +02:00
targets fix: logic to compare versions "not installed" with "contain minor"(ex: 20.0.1) 2014-10-27 02:43:04 +09:00
__init__.py bump to 0.17-dev 2014-09-22 22:45:18 +02:00
__main__.py Execute buildozer as "python -m buildozer" 2014-05-19 10:43:55 +03:00
default.spec added example to requirements 2014-09-26 10:09:07 +01:00
jsonstore.py fixes for Python 2 + color 2014-04-21 01:04:58 +02:00
sitecustomize.py Add sitecustomize.py, copy into app_dir on build. 2013-09-16 22:18:21 +01:00
target.py first pass to make buildozer compatible with python3 2014-04-20 14:03:50 +02:00