eclipse 找不到构建器启动配置

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/12836941/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 19:10:40  来源:igfitidea点击:

The builder launch configuration could not be found

androideclipseapk

提问by g123k

When I try to export an apk of my Android application I get this error :

当我尝试导出 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

The error is really strange, because I can run/debug the application with the emulator or a device. Is there something to do to prevent this error ?

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

Tkx

塔克斯

回答by sachn kadam

1.Select the right project
2.Choose "project"on the tool bar -> Properties
3.Click "Builders" in the menus of the popped up window
4.Remove the missing builders

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

回答by Priyank shah

Because of you have not checked Is Library.

因为你还没有检查 Is Library。

Just go to Rightclick on your project -> Properties -> Android -> Checked Is Library

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

because you want to use external library in your project and Is Library give you chance to bind library to your project so you have not checked this library so therefore project could not find the external Library.

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

Thank you marked m if really help this answer

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