Lines Matching +full:bazel +full:- +full:2
25 [GitHub Help]: https://help.github.com/articles/about-pull-requests/
29 Dagger is built with [`bazel`](https://bazel.build).
33 * [Install Bazel](https://docs.bazel.build/versions/master/install.html)
34 * Build the Dagger project with `bazel build <target>`
35 * Learn more about Bazel targets [here][bazel targets].
40 [download](https://developer.android.com/studio#command-tools)
43 `$ANDROID_HOME/tools/bin/sdkmanager "platforms;android-30" "build-tools;30.0.2"`
45 `ERROR: missing input file '@androidsdk//:build-tools/30.0.2/aapt'`.
46 * You may also need to run `bazel sync`.
47 * Run tests with `bazel test <target>`, or `bazel test //...` to run all
50 running the `./util/install-local-snapshot.sh` script.
51 * It will build the libraries and install them with a `LOCAL-SNAPSHOT`
54 [bazel targets]: https://docs.bazel.build/versions/master/build-ref.html
59 * Search for `bazel` and install the plugin.
61 `bazel` and install the plugin.
62 * Select `Import Bazel Project`.
69 * If you get an error on Bazel sync, `Cannot run program "bazel"`, then:
70 * In the command line, run `where bazel` and copy the output (e.g.
71 `/usr/local/bin/bazel`)
72 * In Android Studio, go to `Preferences > Bazel Settings` and replace
73 `Bazel binary location` with what you just copied.