Hi I have read the questions that written before about this subject but I did not found the answer that related to my question. when I have run my code in android studio it was appeared this error of "Caused by: java.lang.NullPointerException: Attempt to get length of null array"
Here is the line that cause of the error in my code for the main activity :
Blockquote
File[] files= root.listFiles();