Xem các tệp trên thiết bị bằng Trình khám phá thiết bị
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Device Explorer (Trình khám phá thiết bị) cho phép bạn xem, sao chép và xoá tệp trên một thiết bị Android. Việc này rất hữu ích khi bạn kiểm tra các tệp mà ứng dụng của bạn tạo hoặc nếu bạn muốn chuyển các tệp sang và từ một thiết bị.
Để làm việc với hệ thống tệp của thiết bị, hãy làm như sau:
Để mở Trình khám phá thiết bị, hãy chọn View > Tool Windows > Device Explorer (Xem > Cửa sổ công cụ > Trình khám phá thiết bị) hoặc nhấp vào nút Trình khám phá thiết bị trong thanh cửa sổ công cụ.
Chọn một thiết bị trong danh sách thả xuống.
Tương tác với nội dung trên thiết bị trong cửa sổ của trình khám phá tệp:
Nhấp chuột phải vào một tệp hoặc thư mục để tạo tệp hoặc thư mục mới.
Lưu, tải lên, xoá hoặc đồng bộ hoá tệp hoặc thư mục đã chọn với máy của bạn.
Nhấp đúp vào một tệp để mở tệp đó trong Android Studio.
Hình 1. Cửa sổ công cụ của Trình khám phá thiết bị.
Android Studio lưu các tệp bạn mở trong Trình khám phá thiết bị ở một thư mục tạm thời bên ngoài dự án của bạn. Nếu sửa đổi một tệp mà bạn mở bằng Trình khám phá thiết bị và muốn lưu lại những thay đổi đó vào thiết bị, thì bạn phải tải phiên bản đã sửa đổi của tệp đó lên thiết bị theo cách thủ công.
Sau đây là các thư mục đặc biệt hữu ích khi bạn khám phá các tệp trên một thiết bị:
data/data/app_name/
Chứa các tệp dữ liệu dành cho ứng dụng của bạn lưu trữ trên bộ nhớ trong.
sdcard/
Chứa các tệp của người dùng được lưu trữ trên bộ nhớ ngoài của người dùng (hình ảnh và các tệp nội dung khác)
Lưu ý: Không phải tất cả các tệp trên thiết bị phần cứng đều xuất hiện trong Trình khám phá thiết bị. Ví dụ: trong thư mục data/data/, bạn không thể mở rộng các mục tương ứng với các ứng dụng trên thiết bị không gỡ lỗi được trong Trình khám phá thiết bị.
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2025-07-27 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-27 UTC."],[],[],null,["# View on-device files with Device Explorer\n\nThe Device Explorer lets you view, copy, and delete files on an\nAndroid device. It's useful when examining files your app creates\nor if you want to transfer files to and from a device.\n| **Note:** Most device data is not visible unless you are using a rooted device or an emulator with a standard Android (AOSP) system image, not one of the Google APIs or Google Play system images. When using a connected device, be sure to [enable USB debugging](/studio/debug/dev-options#enable).\n\nTo work with a device's file system, proceed as follows:\n\n1. To open the Device Explorer, select **View \\\u003e Tool Windows \\\u003e Device\n Explorer** or click the **Device Explorer** button in the tool window bar.\n2. Select a device from the drop-down list.\n3. Interact with the device content in the file explorer window:\n - Right-click a file or directory to create a new file or directory.\n - Save, upload, delete, or synchronize the selected file or directory to your machine.\n - Double-click a file to open it in Android Studio.\n\n\n**Figure 1.** The Device Explorer tool window.\n\nAndroid Studio saves files you open in the Device Explorer in a temporary\ndirectory outside of your project. If you make modifications to a file\nopened using the Device Explorer and want to save your changes back\nto the device, you must manually upload the modified version of the file to the\ndevice.\n\nWhen exploring a device's files, the following directories are particularly\nuseful:\n\n`data/data/`\u003cvar translate=\"no\"\u003eapp_name\u003c/var\u003e`/`\n: Contains data files for your app stored on\n [internal storage](/training/data-storage#categories-locations).\n\n`sdcard/`\n: Contains user files stored on\n [external user\n storage](/training/data-storage#categories-locations) (pictures, etc.).\n\n**Note:** Not all files on a hardware device are\nvisible in the Device Explorer. For example, in the `data/data/`\ndirectory, entries corresponding to apps on the device that are not debuggable\ncan't be expanded in the Device Explorer."]]