Getting rid of “There is no source code available for the current location.”
See if some source files are accidentally excluded. Do properties of the solution and look at the Debug Source Files section under Common Properties.
Step in: means that if there is a function call, it goes inside the function and you can see how the function is executing line by line till it returns and you go back to the next line right after the function call. Step over: means that if there is a function call, it just … Read more
Go to Android Studio > Preferences > Debugger > Stepping then in the bottom click the plus arrow with the question mark that says Add Pattern. Type android.* and hit OK and then Apply.