Common errors you’ll encounter
Logging debug statements
Using the debugger
Dealing with errors is a big part of your life as a developer. This chapter will discuss the kinds of errors you’ve faced and will still face in the foreseeable future. You’ll see how you can use Android Studio to ease the difficulty of dealing with these errors.
Types of Errors
Syntax errors
Runtime errors
Logic errors
Syntax Errors
Syntax errors are exactly what you think they are: errors in the syntax. They happen because ...