how to install android api demo app into my phone
问题 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 ? 回答1: 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 回答2: In Eclipse Android plugin (ADT) there is a wizard for creating the sample projects. In eclipse Go to: File ->