Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial2 Answers
Alexander Nikiforov
Java Web Development Techdegree Graduate 22,175 PointsCheck Intellijidea Help on how to open Gradle tool window:
https://www.jetbrains.com/help/idea/2016.2/gradle-tool-window.html
Also when you loose something, hit Ctrl+Shift+A (for Win/Linux) and type "Gradle", Intellij will help you find it:
https://www.jetbrains.com/help/idea/2016.2/navigating-to-action.html
Robert McNeil
6,466 PointsThe simplest solution may be
View->Tool windows-> Gradle
That was my problem. Im new to IDEA so I want sure how to open it myself.
Taylor Bryant
7,395 PointsWhen I first downloaded IDEA it had a small window icon in the bottom left that I had to click to show the toolbars on the left and right side of the IDE
Blake Larson
13,014 PointsBlake Larson
13,014 PointsHow do you reimport your gradle project?
Alexander Nikiforov
Java Web Development Techdegree Graduate 22,175 PointsAlexander Nikiforov
Java Web Development Techdegree Graduate 22,175 PointsIt depends, on where your initial project was from.
If initially project was cloned from GitHub, and I feel I messed up it, I usually clone once more to new other directory, and then do:
Project also can be renamed in Intellijidea, so that later on you know which one is which:
The same I guess should be for any other project.