Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The builder launch configuration could not be found

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

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

like image 943
g123k Avatar asked Oct 11 '12 09:10

g123k


Video Answer


1 Answers

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

like image 160
sachn kadam Avatar answered Oct 11 '22 10:10

sachn kadam