Gpathy
Gpathy

Reputation: 316

could not run programs on eclipse 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

Upvotes: 10

Views: 23524

Answers (6)

Sachindra N. Pandey
Sachindra N. Pandey

Reputation: 1252

In my Case Prefer to run the application as following instead of using "Run New_configuration" icon and run the application smoothly:- Select "Run as" -> Android Application my error was: enter image description here

Upvotes: 0

pawel
pawel

Reputation: 1

RUN > RUN CONFIGURATIONS > Android Application > [new_configuration] > Android

In a field Project select Browse and choose your project

Upvotes: 0

Pikamander2
Pikamander2

Reputation: 8319

Restarting Eclipse fixed this issue for me.

Upvotes: 1

Hossein
Hossein

Reputation: 324

it's very simple you just delete new configuration from
**RUN > RUN CONFIGURATIONS > Android Application > [new_configuration] **

Upvotes: 2

Leomina Dela Cruz
Leomina Dela Cruz

Reputation: 121

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

Upvotes: 12

Edd
Edd

Reputation: 658

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

Upvotes: 20

Related Questions