当我编译Android项目resources.ap_不存在当我、不存在、项目、Android

2023-09-03 20:34:19 作者:渐行渐远

编译错误: 错误产生最终的归档文件:java.io.FileNotFoundException:.. \ BIN \ resources.ap_不存在

Compile Error: Error generating final archive: java.io.FileNotFoundException: ..\bin\resources.ap_ does not exist.

编译等简单的示例工程。 相同的源文件和项目工作在我的大学的机器。

Compile other simple sample works. Same source file and project works on my college's machine.

任何提示?为什么resources.ap_没有得到生成的?

Any tips ? Why resources.ap_ doesn't get generated ?

推荐答案

你做了项目>清洁?如果还是不行,请尝试强制Eclipse来重新编译项目。重新启动Eclipse如果仍然无法正常工作。

Did you do a Project > Clean? If that doesn't work, try forcing Eclipse to build the project again. Restart Eclipse if that still doesn't work.