Commit graph

11 commits

Author SHA1 Message Date
saschawillems
ab6fc5e842 Android build instructions 2018-05-10 20:04:30 +02:00
saschawillems
b7a1aee5df Updated android readme (using Android Studio) 2018-05-10 18:42:03 +02:00
Ciro Santilli
848310ffdb Allow Linux users to build Android even if Python 2 is their default Python
After this commit, users who have the `python` executable as Python 2 can do simply:

    cd android/
    ./build-all.py
    ./build.py

Previously, the following would fail:

    python3 build-all.py

since build-all.py did subcalls to `python build.py`.

Remove install-all.py as it is redundant with `build-all.py -deploy`,
instead of fixing it as well.

Introduce argparse since we are separating argument parsing out of
the `main()` function.

Tested in Ubuntu 16.04, behaviour should be unchanged for Windows.
2017-10-26 17:09:59 +01:00
sjfricke
ae4970a8d8 added verification of submodules for android
the current steps for android build didn't have new notion of needing to clone the submodules
2017-08-20 20:03:46 -07:00
saschawillems
f447047913 Update notes on android builds, added info about validation layer builds
(Refs #303)
2017-06-17 11:32:20 +02:00
saschawillems
ec800e3496 Updated to Android API Level 23 2016-07-19 22:06:19 +02:00
saschawillems
1288672fd9 Streamlined Android build process and install/uninstall batch files (#97) 2016-03-26 11:49:37 +01:00
saschawillems
0966d21dc2 Updated readmes on Android support and building (#97) 2016-03-22 22:51:36 +01:00
saschawillems
c91341813c Added Vulkan examples sources! 2016-02-16 15:07:25 +01:00
saschawillems
367fda186b Android examples and screenshots 2016-02-14 18:50:04 +01:00
saschawillems
f06806147b Added android readme (stub) 2016-02-14 17:04:13 +01:00