Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error when exporting archive file or file system with Eclipse (Android)

I want to export my project in order to reuse the code into a new project. Every time I try to export it, both "file system" and "archive file" I get error

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'.

Maybe it depends on the fact that I copied file into my project folder without using Eclipse. Is there a way to solve the problem?

like image 363
MDP Avatar asked Jan 18 '13 21:01

MDP


1 Answers

In Eclipse, right click on the project and click Refresh. This will have Eclipse resync the project with the filesystem.

like image 81
Raghav Sood Avatar answered Oct 10 '22 07:10

Raghav Sood