Skip to content

Freeline CLI Usage

Yong edited this page Sep 28, 2016 · 1 revision
  • python freeline.py

    freeline will automatically perform a full build on your project as follows:

    • manifest.xml modified
    • build.gradle modified
    • connect to other mobile phones after any incremental build

    and an incremental build on other change case (java or res modified ),you don't need to pay attention to what you just modified.

  • python freeline.py -f

    when if you need a full build in other case , your can force it through adding "-f"

Clone this wiki locally