Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
此错误的原因是什么,如何解决?
Could not rename file /dbfdata/database/com.test.myapp/shared_prefs/cpShared.xml to cpChared.bak
我怀疑你使用java.io.File.renameTo.
java.io.File.renameTo
如果是,它会失败,因为您尝试写入您没有写入权限的当前目录。为避免这种情况,您必须指定完整的目标路径:/dbfdata/database/com.test.myapp/shared_prefs/cpChared.bak
/dbfdata/database/com.test.myapp/shared_prefs/cpChared.bak