from Eclipse to Android phone

前端 未结 4 2095
广开言路
广开言路 2021-01-06 10:21

I have made a program on eclipse. But how can I get the program from eclipse to my phone? I have a cable because it probably wont make a QR code like appinventor does huh. H

相关标签:
4条回答
  • 2021-01-06 11:06

    You need to set up your machine and phone for running and debugging from eclipse. It involves getting the phone's usb driver on your machine, and setting up the phone for usb debugging.

    Read this Using Hardware Devices | Android Developer Guide

    0 讨论(0)
  • 2021-01-06 11:15

    You can simply export the apk file and copy it to your phone. Email it to yourself, bluetooth transfer, upload to a server then download on your phone.... come on.

    0 讨论(0)
  • 2021-01-06 11:16

    You just have to allow the device to accept nonsigned apps and USB debugging (change this in your device's app configuration). Then, if you have the drivers (you can install them within your AVD), you can just run the app from Eclipse in your phone.

    0 讨论(0)
  • 2021-01-06 11:17

    In Windows you will need drivers to install for the particular device that you have. And if you are on Linux, there is a rules.txt file in which you have to make entries with the device UID. Check this link.

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