Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Device Explorer memungkinkan Anda untuk melihat, menyalin, dan menghapus file di
perangkat Android. Hal ini berguna saat memeriksa file yang dibuat oleh aplikasi Anda
atau jika Anda ingin mentransfer file ke dan dari perangkat.
Untuk menggunakan sistem file perangkat, lakukan langkah berikut:
Untuk membuka Device Explorer, pilih View > Tool Windows > Device
Explorer atau klik tombol Device Explorer di kolom jendela alat.
Pilih perangkat dari menu drop-down.
Lakukan interaksi dengan konten perangkat di jendela file explorer:
Klik kanan file atau direktori untuk membuat file atau direktori baru.
Simpan, upload, hapus, atau sinkronkan file atau direktori yang dipilih ke
komputer Anda.
Klik file dua kali untuk membukanya di Android Studio.
Gambar 1. Jendela alat Device Explorer.
Android Studio menyimpan file yang Anda buka di Device Explorer dalam direktori sementara
di luar project Anda. Jika Anda memodifikasi file
yang dibuka menggunakan Device Explorer dan ingin menyimpan perubahan
ke perangkat, Anda harus mengupload versi file yang dimodifikasi secara manual ke
perangkat.
Saat menjelajahi file perangkat, direktori berikut sangatlah
berguna:
Catatan: Tidak semua file pada perangkat hardware
terlihat di Device Explorer. Misalnya, dalam direktori data/data/,
entri yang sesuai dengan aplikasi pada perangkat yang tidak dapat di-debug
tidak dapat diperluas di Device Explorer.
Konten dan contoh kode di halaman ini tunduk kepada lisensi yang dijelaskan dalam Lisensi Konten. Java dan OpenJDK adalah merek dagang atau merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-27 UTC.
[null,null,["Terakhir diperbarui pada 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."]]