标签: android file methods access
导入库的一种方法需要文件的位置,如下所示:
libraryMethod(String file);
我尝试将文件放在不同的位置(Root,Assets文件夹...),但我一直收到FileNotFoundException。