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 ?
Api Demo is part of the SDK
Go to where your SDK is installed samples/android-X/ApiDemo
(X being the version of the sdk)
then install that project on your phone