What I did, by reading all of above answers and it worked as well: 7 deadly steps
- Connect your android phone with the pc on which you are running eclipse/your map project.
- Let it install all the necessary drivers.. When done, open your smart phone, go to: Settings > Applications > Development > USB debugging and enable it on by clicking on the check button at the right side.
- Also, enable Settings > Unknowresoures
- Come back to eclipse on your pc. Right click on the project/application, Run As > Run configurations... >Choose Device>Target Select your device Run.
- Click on the Target tab from top. By default it is on the first tab Android
- Choose the second radio button which says Launch on all compatible deivces/AVDs. Then click Apply at the bottom and afterwards, click Run.
- Here you go, it will automatically install your application's .apk file into your smart phone and make it run over it., just like on emulator.
If you get it running, please help others too.