是否可以从Android IDE中的应用程序恢复已删除的XML文件?
解决方法:
对于Eclipse:
To restore a deleted Workbench resource with a state from the local
history:
- In one of the navigation views, select the folder or project into
which you want to restore a local history state- From the resource’s
pop-up menu, select Restore from Local History…. The Restore From
Local History dialog opens showing all files that were prevIoUsly
contained in the selected folder or project and all of their
sub-folders.- Check the files that you want to restore
- If you don’t
want to restore just the last state of a file you can select any other
state of the file from the Local History list on the right hand side
of the dialog. The bottom pane of the dialog shows the contents of the
state.- If you are done with all files click Restore.
(Source)
对于Android Studio / IntelliJ / AppCode:
- Go to the Project tool window and right-click the project node or just a folder, where the file used to exist
- On the context menu, choose Local History, and click Show History on the submenu
- The local history view for a project or folder shows you everything that you have done during the last few days. In the Action column of the lower part of the dialog Box, select the action you want to roll back. In our case, this is the Deleting action. So doing, the upper part of the dialog Box shows the tree view of changed files.
- If you want to restore the deleted file only, regardless of the other changes that have been done since then, you can select the file Lost.txt in the tree view and click the Revert button on the upper toolbar. The file will be restored silently.
(Source)
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。