Eclipse Android gen already exists but is not a source folder

后端 未结 4 2047
走了就别回头了
走了就别回头了 2021-01-12 03:11

I am getting the following errors when I try to load an Android project in Eclipse that was working just fine last week. Any ideas?

[2012-03-16 09:29:43 - My         


        
4条回答
  •  梦谈多话
    2021-01-12 03:46

    This happens because your .classpath file got wiped out somehow. This file contains all the information from the Java Build Path tab under Project Properties. You could add in all information manually but there's an easier way of fixing this problem.

    If you have a copy of the .classpath file on your machine, you can just copy and paste it into your project directory.

提交回复
热议问题