Linux development / deployment for Samsung Galaxy S3

I am using a Linux system (Xubuntu) to develop an Android application. I am using Eclipse to develop this application. I would like to be able to test my Samsung Galaxy S3, but Eclipse doesn't seem to be able to find my device. In the "Choose a working Android device" section, nothing is indicated.

I searched the Samsung website for USB drivers in the Galaxy S3, but I did not find for Linux - only Windows and Mac. Where is Linux users love for us? It seems absurd that the USB driver for a Linux system will not communicate with a Linux-based device. Is there a driver that I can use?

+5
source share
4 answers

You tried

adb kill-server

adb start-server

Linux. root,

fooobar.com/questions/66101/...

, ,

Samsung Galaxy 7 " (GT-P6210) USB?

+3

usb linux, . rules.d

+2

USB- Linux, .

S3, USB Debugging.

→ → → → USB

→ → → → ( )

:

adb devices

It should indicate your device. In addition, your Android notification area should show that debugging mode is turned on.

Now you can deploy applications.

+2
source

I am also working on Ubuntu. You will need to set the USB provider IDs. Look at the link

0
source

All Articles