本文介绍了为什么Eclipse中无法写入资源的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Eclipse可以T报名我的应用程序!但是老版本的作品fine.It只是显示警告之下,这是JUNO版本中的错误?
Eclipse CAN"T SIGN MY APP! But old version works fine.It just shows warnings below, is this a bug in juno version?
不能写资源[META-INF / MANIFEST.MF](重复ZIP条目[ARMPlugin.jar:META-INF / MANIFEST.MF])......
can't write resource [META-INF/MANIFEST.MF] (Duplicate zip entry [ARMPlugin.jar:META-INF/MANIFEST.MF])...
推荐答案
通过看你的src
文件夹,查看是否有不需要的 META -INF
文件夹。删除这一点,它应该工作。
Look through you src
folders, and see if there is an unneeded META-INF
folder. Delete this and it should work.
有关这方面的详细信息,请参阅下面
For more information on this see below
这篇关于为什么Eclipse中无法写入资源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!