I\'m just wondering because I have my own seperate method of getting it on my phone via my web server and the emulator is getting annoying popping up every time.
by default, eclipse compiles your code into .apk on the fly. .apk is generated in bin directory if i rememered right. This can be cancelled by Project->Build Automatically. then you can build it under the same menu.
I have just started practicing with eclipse and I tried copying and installing the apk file from the 'bin' directory, onto my nexus 4. It worked perfectly.