Top "Android-sdcard" questions

SD Card is a Secure Digital Card available with Android which acts as the External Storage Directory.

Unable to see file in Windows Explorer while it is visible in Android file browser

Through my Android program I wrote a file like this: String file = Environment.getExternalStorageDirectory().getAbsolutePath() + "/Files/hello.txt"; BufferedWriter writer = …

android windows-explorer android-sdcard filewriter
Android:transfer error: Read-only file system

I want to push a *.mp3 file in to my emulator, but it gives me these 2 errors: transfer error: Read-only …

android eclipse mobile android-sdcard
Copying raw file into SDCard?

I've some audio files in my res/raw folder. For some reasons, i want to copy this files to my …

android android-sdcard file-copying
Android: .nomedia is ignored, images still appear on the gallery

I'm building an application which download images from the web and store them into my SDCard, in order to make …

android android-sdcard android-gallery
How to make a file hidden in android sd card?

I am creating android application which contains DB that needs to be hidden(not able to access by the user)…

android android-sdcard
mkdirs returns false for directory on sd card while the parent directory is writable

When starting my android application, I need to create a directory on the sd card, for a small number of …

android mkdir android-sdcard
How to save downloaded file on sd card from download manager programmatically on android

In my application i have download(Image) feature which is used to download file from urls. The download happen should …

android android-sdcard android-internet
Android - Saving a downloaded image from URL onto SD card

I am loading an image from an URL on button click, and storing it as a Bitmap. Now i want …

android save android-sdcard filenotfoundexception
MediaStore.Images.Media.insertImage is returning null when trying to save the image

I am using an custom view and in that i am using an canvas in which a user can draw …

android canvas android-sdcard mediastore
where is internal storage, phone storage and external storage

Here is the files tree of my phone: I've learnt that storage on Android OS is usually broken down into: …

android storage android-sdcard internal-storage