Kinds of errors you’ll encounter
Logging debug statements
Using the debugger
All but the most trivial programs are without errors. Dealing with errors will be 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. We will also discuss 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 ...