使用Eclipse导出存档文件或文件系统时出错(Android)

MDP*_*MDP 11 eclipse android

我想导出我的项目,以便将代码重用到新项目中.每次我尝试导出它时,"文件系统"和"存档文件"都会出错

Problems were encountered during export:
  Error exporting name_of_my_project/bin/jarlist.cache: Resource is out of sync with the file system: '/name_of_my_project/bin/jarlist.cache'.
    Resource is out of sync with the file system: '/name_of_my_project/bin/jarlist.cache'.
Run Code Online (Sandbox Code Playgroud)

也许这取决于我在不使用Eclipse的情况下将文件复制到我的项目文件夹中的事实.有办法解决问题吗?

Rag*_*ood 39

在Eclipse中,右键单击项目并单击Refresh.这将使Eclipse与文件系统重新同步项目.