Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse "run as android" does nothing

I've turned the internet upside down and looked into Google's official tutorials looking for an answer, but just couldn't find anything that actually solve my problem.

After installing everything and connecting my Galaxy S2 to the PC, clicking on "Run as -> Android application" just DOES NOTHING.

I got stuck here

like image 289
Letterman Avatar asked Mar 02 '13 13:03

Letterman


1 Answers

So you first have to create an AVD from the AVD manager. Then go the project properties - android - set the version. Run the project - select run as android application. You could also change the run configurations and set the default AVD that you want to use.

For running on the device, goto run configurations, select your project from the pane on the left - goto target on the pane on the right - select devices only.

like image 186
lokoko Avatar answered Oct 10 '22 13:10

lokoko