About 15,000 results
Open links in new tab
  1. Android Debug Bridge (adb) | Android Studio | Android Developers

    Sep 29, 2025 · Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device. The adb command facilitates a variety of device actions, such as …

  2. Debug your app | Android Studio | Android Developers

    Oct 30, 2025 · 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, …

  3. Configure on-device developer options - Android Developers

    Oct 30, 2025 · Learn how to configure system behaviors that help you profile and debug your app performance.

  4. 调试应用 | Android Studio | Android Developers

    由于调试 Java/Kotlin 代码和 C/C++ 代码需要不同的调试程序工具,因此 Android Studio 调试程序允许您选择要使用的调试程序类型。 默认情况下,Android Studio 会根据在项目中检测到的语 …

  5. Run apps on a hardware device - Android Developers

    Oct 30, 2025 · 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 Studio | Android Developers

    在运行、调试或测试您的代码时,Android Studio 使用运行/调试配置确定如何执行操作。

  7. Debug platform code - Android Developers

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

  8. 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 …

  9. Depurar tu app | Android Studio | Android Developers

    Encuentra instrucciones para operaciones básicas de depuración en Android Studio.

  10. 為應用程式偵錯 | Android Studio | Android Developers

    Android Studio 會同時將 Java 偵錯工具和 LLDB 附加至應用程式程序,方便您檢查 Java 和原生程式碼內的中斷點,不必重新啟動應用程式或變更偵錯設定。