Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

from Eclipse to Android phone

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. How do i install my app on there?

like image 740
androidfre Avatar asked Feb 25 '23 04:02

androidfre


1 Answers

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

like image 62
Clavicle Avatar answered Mar 05 '23 08:03

Clavicle