
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 …
Debug your app | Android Studio | Android Developers
Nov 21, 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, …
Configure on-device developer options - Android Developers
2 days ago · Learn how to configure system behaviors that help you profile and debug your app performance.
Run apps on a hardware device - Android Developers
2 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 …
アプリをデバッグする | Android Studio | Android Developers
Android Studio のデバッガ操作の基本的な手順について説明します。
调试应用 | Android Studio | Android Developers
由于调试 Java/Kotlin 代码和 C/C++ 代码需要不同的调试程序工具,因此 Android Studio 调试程序允许您选择要使用的调试程序类型。 默认情况下,Android Studio 会根据在项目中检测到的语 …
Android Debug Bridge (adb) | Android Studio | Android Developers
Android Debug Bridge (adb) 是一種多功能的指令列工具,可讓您與裝置通訊。 adb 指令會執行各種裝置動作 (例如安裝應用程式及偵錯應用程式)。
创建和修改运行/调试配置 | Android Studio | Android Developers
在运行、调试或测试您的代码时,Android Studio 使用运行/调试配置确定如何执行操作。
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 …
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.