I am trying to use a simple FileReader and yet, Android Studio keeps telling me that the file in question does not exist. I am using Apache POI if that makes any difference; regardless, the directory I am using is 100 percent correct and I have turned on hidden extensions, so that isn't the problem.
Any help would be appreciated,
Jacob
My java (where ncaa.xlsx exists):
FileInputStream file = new FileInputStream(new File("C:\\AdwCleaner\\ncaa.xlsx"));