How to load my app from Eclipse to my Android phone instead of AVD

后端 未结 16 1923
礼貌的吻别
礼貌的吻别 2020-12-07 14:01

I\'m quite new to Android and have been using an AVD to debug my app so far. However, I want to start checking the media options and therfore need to start using my Android

16条回答
  •  眼角桃花
    2020-12-07 14:52

    Step by step:

    1. Connect your phone to computer via USB
    2. Enable USB debugging on your phone: Settings -> Applications -> Development -> USB debugging
    3. Change Run configuration in your Eclipse project: right click -> Run As -> Run Configurations. In the Target tab choose Always prompt to pick device (or Manual). Then Apply, Run.

    In the new window you should see your connected phone.

提交回复
热议问题