magmike
magmike

Reputation: 473

Everything in Eclipse runs as Junit

Last time I used eclipse I run some Junit tests for my coursera course. Since then when I try to run an android app in eclipse it runs as Junit.In the "Run As" menu I get no choices available ("None applicable"). Is there some configuration I have to change in order to run everything as Android App without having to reconfigure every single app manually ,every time I run it for the first time?

Upvotes: 0

Views: 96

Answers (2)

NoXSaeeD
NoXSaeeD

Reputation: 924

go to Run configuration by right click on your project then > run as > Run configuration
enter image description here

then run configuration window will pop up then delete Junit config profiel it's under Junit then add what ever config you want like android app by right click on android application then add new enter image description here

Upvotes: 3

Opiatefuchs
Opiatefuchs

Reputation: 9870

Just change the profile name. If You Choose "Run Configuration", You can put different names and which app should run inside.

enter image description here

Upvotes: 1

Related Questions