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

后端 未结 16 1927
礼貌的吻别
礼貌的吻别 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:41

    You don't have to do anything really except prepare your phone to be able to run debug and usb apps :

    http://developer.android.com/guide/developing/device.html

    then simply launch your app from eclipse and your device will be used if you don't have a simulator running.

提交回复
热议问题