Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing Android Apps in Real device

Tags:

android

I have developed an Android application using Eclipse IDE. It is working smoothly on Simulator.

How do I test it on my real device?

I have an android Phone LG P500 OPTIMUS ONE.

like image 807
user232751 Avatar asked Apr 26 '11 14:04

user232751


2 Answers

This may help http://developer.android.com/guide/developing/device.html.

If you're on Windows you will need to install the USB driver. Then, on your Devices tab (Window->Show View->Other->Android->Devices) you should see a new row appear when you connect your device to your workstation with a USB cable (although LG handsets are problematic in my experience).

like image 198
Jim Blackler Avatar answered Nov 14 '22 23:11

Jim Blackler


Plus the drivers you need to configure your device to enable USB debugging. You can find it in Settings > Applications > Development. Also in Applications you have Unknown Sources. Enable it too.

like image 27
Cesar Osvaldo Matelat Borneo Avatar answered Nov 14 '22 22:11

Cesar Osvaldo Matelat Borneo