Debugging
Stay organized with collections
Save and categorize content based on your preferences.
Debugging is the process of isolating and removing defects in software code.
By understanding the debugging tools in Android Studio, Android developers can
create reliable and robust applications.
To prepare for the Associate Android Developer certification exam, developers should:
- Understand the basic debugging techniques available in Android Studio
- Know how to debug and fix issues with an app's functional behavior and usability
- Be able to use the System Log to output debug information
- Understand how to use breakpoints in Android Studio
- Know how to inspect variables using Android Studio
Resources
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-05 UTC."],[[["\u003cp\u003eDebugging is crucial for identifying and resolving defects in software code, leading to the development of robust and reliable Android applications.\u003c/p\u003e\n"],["\u003cp\u003eAndroid Studio offers essential debugging tools that developers should master to ensure app functionality and usability.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers preparing for the Associate Android Developer certification exam need to be proficient in using debugging techniques such as System Log, breakpoints, and variable inspection within Android Studio.\u003c/p\u003e\n"]]],[],null,["Debugging is the process of isolating and removing defects in software code.\nBy understanding the debugging tools in Android Studio, Android developers can\ncreate reliable and robust applications.\n\nTo prepare for the Associate Android Developer certification exam, developers should:\n\n- Understand the basic debugging techniques available in Android Studio\n- Know how to debug and fix issues with an app's functional behavior and usability\n- Be able to use the System Log to output debug information\n- Understand how to use breakpoints in Android Studio\n- Know how to inspect variables using Android Studio\n\nResources\n\n- [Android Developers -\\\u003e Debug your app](https://developer.android.com/studio/debug/)\n- [Android Developers -\\\u003e Write and view logs with Logcat](https://developer.android.com/studio/debug/am-logcat)\n- [Codelabs -\\\u003e Android Studio debugger](https://codelabs.developers.google.com/codelabs/android-training-using-debugger/index.html#0)\n- [Codelabs -\\\u003e Add log statements to your app](https://codelabs.developers.google.com/codelabs/android-training-hello-world/index.html#7)"]]