Android无法在Android 10中创建目录 我无法在android 10中创建目录。直到android Oreo,该设备才能在设备上运行。 我尝试了两种创建文件夹的方法。 使用 File.mkdir(): File f = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pastebin"); ……继续阅读 » 6个月前 (08-30) 301浏览 0评论 1个赞