How to run app on Android Device using Eclipse?

前端 未结 3 359
灰色年华
灰色年华 2021-02-04 00:59

I am developing my first app for Android, for now I was using ADT for running app, now I want to run app on Android Device, how can I do so, help needed. Thanks in Advance

相关标签:
3条回答
  • 2021-02-04 01:42
    1. Install the ADT plugin for Eclipse
    2. Install phone drivers (if needed)
    3. Plug the phone into the computer
    4. In Eclipse, "Run → Run as → Android application"
    0 讨论(0)
  • 2021-02-04 01:46

    For those who are trying to find how to enable debugging on some of the newer devices running Jelly Bean 4.2 (e.g Google Nexus), you have to go to Settings > Apps > About tablet and tap the text "Build number" 7 times slowly. Go back to the now available Settings > Developer options and check USB debugging.

    0 讨论(0)
  • 2021-02-04 01:51

    Just Connect your Device , and Make Sure you have enabled USB debugging in your Device Settings and also installed the appropriate drivers in your Machine. you can download the device driver file from here http://developer.android.com/sdk/oem-usb.html and also have look here http://developer.android.com/guide/developing/device.html

    0 讨论(0)
提交回复
热议问题