Reputation: 418
hi I am reading Android Programming: The Big Nerd Ranch Guide.
In chapter 4, it says if I do this in Logcat : "Double-click this line, and Eclipse will take you to that line in your source code."
The problem is I'm using Android Studio and when I double click on that line or any other line it does not take me to the line of code in Android Studio. Is this how is it suppose to be working? If so how do I get to the line of code that caused the exception?
Can anyone please advise?
Upvotes: 1
Views: 753
Reputation: 3831
Android studio will navigate to the line where the exception occurred by double clicking on the logcat. I think your viewing logcat from "Android Device Monitor". If so close it and you will get the default logcat at the bottom of the android studio window.
Upvotes: 1