How to run app on Android Device using Eclipse?

2020-05-23 03:33发布

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条回答
狗以群分
2楼-- · 2020-05-23 04:19
  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"
查看更多
Animai°情兽
3楼-- · 2020-05-23 04:20

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.

查看更多
啃猪蹄的小仙女
4楼-- · 2020-05-23 04:21

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

查看更多
登录 后发表回答