better back button navigation handling (#408)
* better back button navigation handling * add console=plain option to gradlew
This commit is contained in:
parent
53bfba0320
commit
ec928c943d
26 changed files with 284 additions and 90 deletions
p4a/pythonforandroid
|
@ -796,7 +796,7 @@ class ToolchainCL(object):
|
|||
error("Unknown build mode {} for apk()".format(
|
||||
args.build_mode))
|
||||
exit(1)
|
||||
output = shprint(gradlew, gradle_task, _tail=20,
|
||||
output = shprint(gradlew, "--console=plain", gradle_task, _tail=20,
|
||||
_critical=True, _env=env)
|
||||
|
||||
# gradle output apks somewhere else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue