摘要: 因为assets文件夹内文件不能直接获取绝对路径,所以当需要从其中获取特定文件路径的时候,可以将文件copy到能获取路径的地方。 AssetManager am = this.getAssets(); String sdPath = Environment.getExternalStorageDir 阅读全文
posted @ 2022-06-08 16:21 北海南竹 阅读(103) 评论(0) 推荐(0)