I'm learning android development.There is an apidemo app installed in the android emulator. I'd like have it installed in my real android phone so that I can use it without starting the emulator . How to do that ?
In Eclipse Android plugin (ADT) there is a wizard for creating the sample projects.
In eclipse Go to: File -> New -> Other ... -> type Android into search box -> Android Sample Project -> Next -> select your api level -> Select any of the samples, for example ApiDemos
Project called ApiDemos is created
Right click on it and select Run As -> Android Application