About 400 results
Open links in new tab
  1. Debug your app | Android Studio | Android Developers

    4 days ago · If you add C and C++ code to your project, Android Studio also runs the LLDB debugger in the Debug window to debug your native code. If the Debug window isn't open, …

  2. Use the debugger in Android Studio

    Learn how to use the debugger in Android Studio to inspect and debug the state of your app at runtime.

  3. Debug pre-built APKs | Android Studio | Android Developers

    Apr 5, 2024 · Android Studio 3.0 and higher lets you profile and debug APKs that have debugging enabled without having to build them from an Android Studio project. To start debugging an …

  4. Create and edit run/debug configurations | Android Studio

    4 days ago · When you run, debug, or test your code, Android Studio uses a run/debug configuration to determine how to perform the operation. Typically, the initially-created …

  5. Run apps on a hardware device | Android Studio | Android …

    4 days ago · This page describes how to set up your development environment and Android device for testing and debugging over an Android Debug Bridge (ADB) connection. Note: Use …

  6. Android Debug Bridge (adb) | Android Studio | Android Developers

    Sep 29, 2025 · Android 11 (API level 30) and higher support deploying and debugging your app wirelessly from your workstation using Android Debug Bridge (adb). For example, you can …

  7. Debug platform code | Android Studio for Platform | Android …

    Sep 4, 2025 · Learn how to debug Java/Kotlin and C/C++ code in AOSP with Android Studio for Platform.

  8. Build and run your app | Android Studio | Android Developers

    Mar 10, 2025 · Android Studio sets up new projects so that you can deploy your app to a virtual or a physical device with just a few clicks. This overview focuses on how to use Android Studio to …

  9. Configure on-device developer options | Android Studio | Android …

    4 days ago · Learn how to configure system behaviors that help you profile and debug your app performance.

  10. View logs with Logcat | Android Studio | Android Developers

    Jan 3, 2024 · The Logcat window in Android Studio helps you debug your app by displaying logs from your device in real time—for example, messages that you added to your app with the Log …