Hello all I'm new to Android development. I managed to get the "Hello Android" app working on the emulator. But how to deploy it to my phone for testing? Do I copy and paste that apk file? Do I have to generate the certificate and sign the app before I can deploy to my phone? Thanks.
Instead of copying the apk file to the sdcard and installing from there you can also use adb from you machine. For more info have a look here:
adb info and
How to install apk's using adb