Top "Android-sdcard" questions

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

Solution to INSTALL_FAILED_INSUFFICIENT_STORAGE error on Android

The INSTALL_FAILED_INSUFFICIENT_STORAGE error is the bane of every Android developer's life. It happens regardless of app size, …

android installation android-sdcard
How to access /storage/emulated/0/

I have written a code to record audio and save it to below file location. private String getFilename() { String filepath = …

android android-sdcard android-file
Android Open External Storage directory(sdcard) for storing file

I want to open external storage directory path for saving file programatically.I tried but not getting sdcard path. How …

android sd-card android-sdcard android-external-storage
How to delete a file from SD card?

I am creating a file to send as an attachment to an email. Now I want to delete the image …

android android-sdcard
How do I adb pull ALL files of a folder present in SD Card

I have a folder in my SD Card as: /mnt/sdcard/Folder1/Folder2/Folder3/*.jpg The name of Folder1 and …

android android-sdcard
Reading an image file into bitmap from sdcard, why am I getting a NullPointerException?

How can I read an image file into bitmap from sdcard? _path = Environment.getExternalStorageDirectory().getAbsolutePath(); System.out.println("pathhhhhhhhhhhhhhhhhhhh1111111112222222 " + _path); _…

android android-sdcard android-image
How do you write to a folder on an SD card in Android?

I am using the following code to download a file from my server then write it to the root directory …

java android http download android-sdcard
How can I get the external SD card path for Android 4.0+?

Samsung Galaxy S3 has an external SD card slot, which is mounted to /mnt/extSdCard. How can I get this …

android android-sdcard
How can I read a text file from the SD card in Android?

I am new to Android development. I need to read a text file from the SD card and display that …

android android-sdcard
error opening trace file: No such file or directory (2)

I am getting the above error: error opening trace file: No such file or directory (2) when I run my android …

android eclipse android-emulator logcat android-sdcard