关于在eclipse里导入的项目出现 build.properties not exists 的问题如何解决
找到项目目录下的 .project 文件,打开将其中的 <nature>org.eclipse.pde.PluginNature</nature> </natures> 删掉 即可
这是因为 这句会引用 引用build.properties文件,但是build.properties是不存在的
找到项目目录下的 .project 文件,打开将其中的 <nature>org.eclipse.pde.PluginNature</nature> </natures> 删掉 即可
这是因为 这句会引用 引用build.properties文件,但是build.properties是不存在的