From 8b9325438d5fd61f80ddd02543669a90b7bb4932 Mon Sep 17 00:00:00 2001 From: Ben Rohlfs Date: Tue, 8 Jan 2019 19:32:39 +0100 Subject: [PATCH] Update the dev-intellij documentation to also set the Bazel bin directory. Change-Id: Ic03449f35516d284aba1c05e82060c38c5dc6c0e --- Documentation/dev-intellij.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/dev-intellij.txt b/Documentation/dev-intellij.txt index 5ec6ae8c20..ea519773ec 100644 --- a/Documentation/dev-intellij.txt +++ b/Documentation/dev-intellij.txt @@ -24,6 +24,13 @@ Bazel must be installed as described by . Install it. . Restart IntelliJ. +TIP: If your project's Bazel build fails with **Cannot run program "bazel": No +such file or directory**, then you may have to set the binary location in the +Bazel plugin settings: + +. Go to Preferences -> Other Settings -> Bazel Settings. +. Set the Bazel binary location. + == Creation of IntelliJ project . Go to *File -> Import Bazel Project*.