问题 I'm using a Samsung A3, Android 5.0.2. I'm using this setup to compile apps, i.e. Android 4.1 Jelly Bean (API 16) target. I precisely know the path of the external removable microSD card, it is /mnt/extSdCard/ (see also Note #7 below). Problem: I notice that File myDir = new File("/mnt/extSdCard/test"); myDir.mkdirs(); doesn't work: no directory is created. Also: File file = new File("/mnt/extSdCard/books/test.txt"); // the folder "books" already exists on the external microSD card, has been