Android报错信息


open failed: EBUSY (Device or resource busy)

final File to = new File(file.getAbsolutePath() + System.currentTimeMillis()); file.renameTo(to); to.delete(); 参考:http://stackoverflow.com/questions/11539657/open-failed-ebusy-device-or-resource-busy

你可能感兴趣的:(Android报错信息)