با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
Device Explorer به شما امکان می دهد فایل ها را در دستگاه Android مشاهده، کپی و حذف کنید. هنگام بررسی فایلهایی که برنامه شما ایجاد میکند یا میخواهید فایلها را به و از دستگاهی منتقل کنید، مفید است.
برای کار با فایل سیستم دستگاه، به صورت زیر عمل کنید:
برای باز کردن Device Explorer، View > Tool Windows > Device Explorer را انتخاب کنید یا روی Device Explorer کلیک کنید دکمه در نوار پنجره ابزار.
یک دستگاه را از لیست کشویی انتخاب کنید.
تعامل با محتوای دستگاه در پنجره کاوشگر فایل:
برای ایجاد یک فایل یا دایرکتوری جدید، روی یک فایل یا دایرکتوری کلیک راست کنید.
فایل یا دایرکتوری انتخاب شده را در دستگاه خود ذخیره، آپلود، حذف یا همگام کنید.
روی یک فایل دوبار کلیک کنید تا در Android Studio باز شود.
شکل 1. پنجره ابزار Device Explorer.
Android Studio فایلهایی را که در Device Explorer باز میکنید در فهرستی موقت خارج از پروژه ذخیره میکند. اگر در فایلی که با استفاده از Device Explorer باز شده است تغییراتی ایجاد می کنید و می خواهید تغییرات خود را دوباره در دستگاه ذخیره کنید، باید نسخه اصلاح شده فایل را به صورت دستی در دستگاه آپلود کنید.
هنگام کاوش در فایل های دستگاه، دایرکتوری های زیر به ویژه مفید هستند:
data/data/ app_name /
حاوی فایل های داده ای برای برنامه شما است که در حافظه داخلی ذخیره شده است.
توجه: همه فایلهای موجود در دستگاه سختافزاری در Device Explorer قابل مشاهده نیستند. برای مثال، در فهرست data/data/ ، ورودیهای مربوط به برنامههای موجود در دستگاه که قابل اشکالزدایی نیستند، نمیتوانند در Device Explorer گسترش یابند.
محتوا و نمونه کدها در این صفحه مشمول پروانههای توصیفشده در پروانه محتوا هستند. جاوا و OpenJDK علامتهای تجاری یا علامتهای تجاری ثبتشده Oracle و/یا وابستههای آن هستند.
تاریخ آخرین بهروزرسانی 2025-07-29 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-29 بهوقت ساعت هماهنگ جهانی."],[],[],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."]]