On Thu, May 19, 2016 at 10:26 AM, plnelson <[email protected]> wrote: > *1.* I just installed the latest version of Android Studio (2.1.1) on my > PC (Win 7) and I'm learning how to use it. One thing all the other IDE's > I've used (e.g., Visual Studio, Eclipse, etc) have is a window that lists > the compiler errors and warnings and you can click on the items and it > takes you to them in the source editor. The only place I've found in > Android Studio that shows errors and warnings is the Gradle Console but > warnings and errors are embedded in lots of other Gradle output and you > can't click on them to be taken to the source code in an editor. Does > Android Studio have a compiler output panel that links to the source? >
You're looking for the "Messages" pane, which should pop up when you have a build error. > *2.* Does Android Studio have a GUI for setting the things that go in > *.gradle* files or does everything have to be done by hand-editing? If > the latter, does Android Studio have a *gradle*-aware source editor that > can flag syntax errors, etc? > You can open the Project Structure dialog to configure some settings. Right-click a module and select "Open Module Settings". What you can configure here is limited though. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CANCScgh-88UBXzwt1hAB%2B6O%3DCxpOjxs%2B3FQi%3DWu6GW_f5jXftw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

