Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Internal Error while launching Application

This cryptic message usually tries to tell you "Please enter a name and project in your run configuration".

It annoyed me enough to actually write a blogpost about it, for some more info http://androblip.huiges.nl/2011/02/20/eclipseavd-path-for-project-must-have-only-one-segment/

Check your run configurations for a name and project :)


Hi First of All my step in below may used you following:::

Project -> Properties -> Run/Debug Settings: 1. select "Launching New_configuration" 2. Delete 3. OK


Try this:

Project -> Properties -> Run/Debug Settings:

  1. select "Launching New_configuration"
  2. edit
  3. browse project -> choose my project name , choose target device and complete the missing configuration
  4. OK

It is because a New_configuration is added in Project Run/Debug setting . So you have to remove this New_configuration. Go to your Project's Properties.. Select Run/Debug Settings and Choose New_configuration under Launch Configuration. Select this New_configuration and delete it. Apply and ok..