Im trying to build a directory called \"images\" on the SD card on android. This is my code but its not working? Can anyone give me some advice?
File picDire
you can use this :
File directory = new File(Environment.getExternalStorageDirectory() + "/images"); directory.mkdirs();