About 15,100 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

    6 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, …

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

    Android Debug Bridge (adb) 是一種多功能的指令列工具,可讓您與裝置通訊。 adb 指令會執行各種裝置動作 (例如安裝應用程式及偵錯應用程式)。

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

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

  5. 创建和修改运行/调试配置 | Android Studio | Android Developers

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

  6. Configure on-device developer options - Android Developers

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

  7. Run apps on a hardware device - Android Developers

    6 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 …

  8. アプリをデバッグする | Android Studio | Android Developers

    Android Studio のデバッガ操作の基本的な手順について説明します。

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

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

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

    Apr 5, 2024 · Android Studio 3.0 and higher lets you debug APKs without having to build them from an Android Studio project.