can I somehow run the android project currently running using my phone that is connected via usb? the android emulator starts pretty slow so i think it would be better to use my device
feedback
|
| ||||
|
feedback
|
|
U will have to install the required driver.. and connect the phone.. the adb will get installed..now run the app manually(in run configuration).. there u can see all device in which u can run your app.. select yourr device.. and app will run in the phone. | |||
|
feedback
|
|
If you are developing with eclipse the ADT plugin is your friend. To run/debug your app on your phone you have to download the drivers for your phone and install them. Then your phone should appear as an emulator in the DDSM perspective inside eclipse. When you now run/debug your app, eclipse will choose your phone as the target. P.S. You have to enable usb debugging:
| |||
|
feedback
|
|
A complete description for all platforms (Windows, Linux, Mac) of how to use a real device for debugging can be found here A list for all common manufacturers of where to get the USB driver from is located here | |||
|
feedback
|