opening a file keeps failing in android file chooser
问题 I am trying to open and read file that was been saved either on the sdCard or on the google drive or on the internal memory by using the android file chooser ... after I successfully chosen the file and I get the file path as shown on the following code when I try to read it it keeps throwing me the that the file does not exist / no such file or directory .... my code: public class MainActivity extends AppCompatActivity { private static final int CHOOSE_FILE_REQUEST_CODE = 1; String[] ids;