Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

could not run programs on eclipse android

Tags:

android

I am facing some problem while running my android program.It was working fine, recently I upgraded to android 3.1 ( window->android sdk and avd ->available packages , and installed). Now when i try to run, it is giving following error.

'Launching New_Configuration' has encountered a problem.  An Internel error occured during 'Launching New_Configuration' 
Details >> An internal error occurred during: "Launching New_configuration".
com/android/ddmlib/InstallException

Kindly help me to solve this. Thanks

like image 709
Gpathy Avatar asked Jul 05 '11 07:07

Gpathy


2 Answers

At some point the update has changed your run configuration to "New_configuration"

Next to run click the down arrow (or otherwise navigate to "Run As") and simply re-select Android Application

like image 90
Edd Avatar answered Sep 28 '22 04:09

Edd


To solve this I went to:

RUN > RUN CONFIGURATIONS > Android Application > [new_configuration]

Selected the new configuration, on the right panel:

NAME: [input the project name]

BROWSE: for the project you want to launch

Then run.

You need to configure the target base on your preference then you are okey.. :D

I hope this helps

like image 34
Leomina Dela Cruz Avatar answered Sep 28 '22 05:09

Leomina Dela Cruz