I just started using IntelliJ Idea v15 and after spending a long time in Android Studio I'm feeling a bit lost. Where is the Gradle console window from Android Studio? Is it not implemented? Is there a plugin that adds it?
Here's a screenshot of my IntelliJ15 windows after running a build:
IntelliJ IDEA usually provides lots of different ways to navigate to something we need. To open the Gradle tool window we can: Click on the quick access button in the bottom left, and click Gradle. Or, if you have the Tool Window Bars open already, you can click on the Gradle button in the top right.
Press ⌃⌃ (macOS), or Ctrl+Ctrl (Windows/Linux), type "gradle" followed by the gradle task name or names. We can, of course, run Gradle commands from the terminal window inside IntelliJ IDEA. Open this with ⌥F12 (macOS), or Alt+F12 (Windows/Linux).
Go to Gradle console -> Gradle icon that says Execute Gradle task -> a pop-up opens -> attach your project -> write the task in the second field -> ok. Show activity on this post. Click "View" option top on the Android studio then click "Tool Windows" after "Gradle"; that's it.
I had the same issue. Just close the project and import it again as a gradle project.
Open ...
-> choose the build.gradle file of your project.
I also could not make this work - even after reimporting the project (in IntelliJ 2017.1 community edition). However, as a workaround you can switch to text mode:
task mode:
text mode:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With