Load a simple text file in Android Studio
问题 Got a brand new project using Google's new Android Studio IDE. I'm trying to load a simple text file using an InputStreamReader . I'm getting a file not found exception. Now there isn't any assets/ folder. I tried to create one and add my file at many different spots (at the root of the project, at the root of the .java file, etc...) I've tried to move the file around but still get the file not found. Now that never was a problem using Eclipse as there is an assets folder created by any