Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 找不到生成器启动配置_Android_Eclipse_Apk - Fatal编程技术网

Android 找不到生成器启动配置

Android 找不到生成器启动配置,android,eclipse,apk,Android,Eclipse,Apk,当我尝试导出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 configu

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

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

4.删除缺少的构建器,因为您尚未选中Is库

只需右键单击您的项目->属性->Android->检查Is库

因为您希望在项目中使用外部库,而Is库使您有机会将库绑定到项目,所以您尚未检查此库,因此project无法找到外部库


感谢标记为m的人,如果真的能帮助回答这个问题

我还必须检查所有相关的库项目,看看它们是否也缺少构建器。