Tag for questions related with saving data to/reading data from an Android device external storage.
My app (Android API 15) makes a picture and stores it in the internal memory's folder. Now, I want to copy …
java android file-io copy android-external-storageMy app runs on Android 5.0. I use method getExternalFilesDirs() to check if external SD card is available. If it returns …
android android-sdcard android-external-storageI'm trying to create a directory on my android emulator but I can't do it, I already have the permission …
android android-emulator android-external-storageI have a simple app that access and writes data to external storage. Everything works fine until I go to …
java android caching android-external-storageIf you attach android device to PC you can browse files and dirs. It is possible to get this directory …
android adb android-external-storageI'm not able to access storage when building for targetSdkVersion v29. Here is my gradle configuration: compileSdkVersion 29 buildToolsVersion "29.0.2" ... minSdkVersion 15 targetSdkVersion 29 …
android kotlin filenotfoundexception android-external-storage android-api-levelsImagine an Android device with no sd memory insterted. Only its own internal memory. I'm not sure what Environment.getExternalStorageDirectory() …
android android-external-storageI am using code below to get all images from Camera folder inside DCIM and display in my app. But …
android android-camera android-gallery android-external-storageI've been searching for many topics about android file writing, yet most of them wanted to write files to android …
android android-external-storage writingHow do you check if the SD card is full or not so that your application can decide if it …
android android-sdcard android-external-storage