26

当我尝试导出我的 Android 应用程序的 apk 时,我收到此错误:

Export Wizard Error   
   Errors occurred during the build

Problems occured when invoking code from plug-in: "org.eclipse.resources".
   The builder launch configuration could not be found
   The builder launch configuration could not be found

这个错误真的很奇怪,因为我可以使用模拟器或设备运行/调试应用程序。有什么办法可以防止这个错误吗?

Tkx

4

2 回答 2

83

1.选择正确的项目
2.在工具栏上选择“项目”->属性
3.在弹出窗口的菜单中单击“构建器”
4.删除缺少的构建器

于 2012-12-13T06:56:18.433 回答
0

因为你没有检查是图书馆。

只需右键单击您的项目 -> 属性 -> Android -> Checked Is Library

因为你想在你的项目中使用外部库,而 Is Library 让你有机会将库绑定到你的项目,所以你没有检查这个库,所以项目找不到外部库。

谢谢你标记 m 如果真的帮助这个答案

于 2014-05-13T06:38:38.547 回答