本文介绍了科尔多瓦建设已删除我的文件 - 他们能找到的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可恶!

我跑科尔多瓦从CLI建立在现有的Andr​​oid应用程序与Eclipse,因为另一篇文章说,要做到这一点,如果你有与闪屏插件的问题。

I ran cordova build from the CLI for an existing Android app with Eclipse, because another post said to do that if you've got problems with the splashscreen plugin.

当然,科尔多瓦有我的项目恢复到开始和删除了我的所有文件。值得庆幸的是我有index.html文件的副本,但我有一个庞大的数据库初始化文件这是现在没有了。

Of course, cordova has reset my project to the start and has deleted all my files. Thankfully I've got a copy of the index.html file, but I had a large database initialization file which is now gone.

时它去了哪里了?或者有什么地方科尔多瓦移动它在那里可以获取?

Is it gone gone? Or has cordova moved it somewhere where it can be retrieved?

(科尔多瓦3.3.0)

(cordova 3.3.0)

推荐答案

我想,如果科尔多瓦所做的备份感到惊讶。但正如你提到的Eclipse数据可能仍然存在本地历史: Package Explorer中>项目&GT上下文菜单;从本地Histoy恢复...

I would be surprised if Cordova made backups. But as you mention Eclipse the data may still exist as local history: Package Explorer > Context menu for the project > Restore from Local Histoy....

这篇关于科尔多瓦建设已删除我的文件 - 他们能找到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-23 09:54