arsnlupn
arsnlupn

Reputation: 59

how run applications in android phone instead emulator?

My emulator wastes my time because it is slow. So I want to run my applications to test on my samsung phone. However, I cannot make a connection between Titanium Studio and my device. I checked several solutions but I could not . Is there any solution you could suggest?

Upvotes: 2

Views: 10439

Answers (4)

Nagaraja
Nagaraja

Reputation: 581

Install Samsung Kies that will detect your devices. Change the device setting debug mode on and run your app with active device

Upvotes: 0

EternalFlea
EternalFlea

Reputation: 74

You first need to install the ADB drivers for your android device. See this video to find out how to install adb drivers for any android device.

http://www.youtube.com/watch?v=RDA8PpPSFuk

There is a link in the comments in that video that contains the driver files. Download it. Connect your phone to your PC and enable USB Debugging Mode. Then, follow the instructions shown in the video.

After installing the drivers, your device will show up in the Devices list in Eclipse. Select it and the application should run fine on your device

Upvotes: 1

Avijit
Avijit

Reputation: 3824

You have to install the correct driver for your device in your desktop. As you are using samsung there is a software called kies. you have to install it.

Then Enable the USB debugging mode in your device.

Finally change the Run configuration in eclipse.

It will do work.

Upvotes: 1

Bette Devine
Bette Devine

Reputation: 1194

Enable the USB debugging mode in your device, then connect your device, it should work.

Upvotes: 0

Related Questions