clean 删除黑莓中的模拟器

发布于 2024-11-17 16:22:37 字数 100 浏览 1 评论 0原文

clean.bat 文件也删除了我的模拟器,任何人都可以帮助我解决此错误吗?

我尝试重新安装 eclipse,但是下次当我再次运行 clean.bat 时,会出现此错误。

clean.bat file removes my simulator also, can anyone help me out in solving this error?

I tried reinstalling eclipse, but next time when I run clean.bat again this error appears.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往事随风而去 2024-11-24 16:22:37

Clean.bat 执行以下操作:

  • 将“_manifest”文件中列出的所有文件设置为只读文件属性
  • 从其目录中删除所有没有只读属性的文件 取消
  • 设置只读属性。

因此,请检查 _manifest 文件的内容。除了列出的所有内容都被删除。

Clean.bat does the following:

  • sets read-only file attribute to all files that are listed in "_manifest" file
  • removes every file that has no read-only attrib from its directory
  • unsets read-only attribute.

So, check the contents of your _manifest file. Everything except listed there are removed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文