how to connect samsung j7 to eclipse to run apk - android

I was installing USB drive and Samsung Kies also i enabled the usb debug at Samsung J7 and the model number is SM-J700H.
and at eclipse i was make target for devices and installed USB drivers but not working and i can't install apk at devices.
this is the steps:
1. Download OEM USB Driver
2. Enable USB Debugging
3. Connect device to PC
4. Eclipse -> Android
but nothing happens
also i used this link
Samsung Galaxy J7 USB Drivers for Windows
http://www.teamandroid.com/2015/12/01/samsung-galaxy-j7-usb-drivers-download-now/
no result

make sure your driver installation is succeed
in Eclipse Windows -> Show View -> Other -> Devices, check if your device detect or not

Related

Can't usb debug, device doesn't show

I wish to test my android app on my phone, but my device does not show in the list
Have followed all the tips in this thread - Installing the Android USB Driver in Windows 7
And followed this -
https://developer.android.com/studio/run/oem-usb
I have tried locating both the USB debug driver installed via android studio and also the samsung one i downloaded.. neither work
I get the error windows was unable to install your SAMSUNG_Android.
C:\Program Files\SAMSUNG\USB Drivers is the folder I select to install drivers from..
Info:
Windows 7
Galaxy s4 mini
The solution for me was changing the usb connection from MTP to PTP. Which interestingly isn't mentioned on the official android dev site.
Download and install adb driver for your device from here
and now turn usb debuging on and install required driver by selecting your device and click install button at the bottom
Hope it works

Asus zenphone 2 USB debugging

So, I have asus zenphone 2 that I want to use for usb debugging.
However android studio does not show my asus device even when its connected through usb.
I downloaded asus usb drivers for windows from here
However there's no exe file in downloaded zip, So i have installed the driver by going to Device manager > add legacy hardware > choose driver directory.
However device manager shows following error
"Asus Android ADB Interface" - This device cannot start. (Code 10)
I have pc link and that works perfectly.
Does any one has idea what can be done. I am on windows 7

Adb doesn't detect device after upgrade to Lollipop (Sony Xperia Z3)

Just yesterday my adb was working fine and I was developing my app in peace...
Today I updated my xperia z3 to lollipop (auto update from sony)...
And the adb stopped detecting the device (on mac os yosemite).
What I checked so far:
1) I have the latest version of android sdk installed
2) I tried adb kill-server and adb start-server
3) I double checked developer mode is enabled on device
4) I double checked that USB connection is in Mass Storage Mode
Nothing works! Please help.
Go to Settings -> Xperia Connectivity -> Usb Connectivity -> Usb connection mode -> Check MTP mode.
Click Revoke USB debugging authorization in Developer option.
And try sudo adb devices.
I had the same Problem on my LG G2 mini. I solved the problem through installing the LG software LG PC Suite on my computer.
How I did it:
Open the connectivity settings in the drop-down menu of your device, when your device is connected to your computer. Open the settings in this window (top-right corner). In my case I was able to install the named software on my computer, when choosing the install item.
You need to install the device drivers or re install the drivers. Or I think you should upgrade drivers through internet.

Eclipse Kepler does not allow debugging on Samsung Galaxy S4

I'm using a Samsung Galaxy S4 I9505 (Jelly Bean 4.3) as my debug target, and I've done the preliminary steps already:
Tapped 7 times on the "Build Number" under "My Device" to enable developer menu
Enabled USB Debugging from the device
Unchecked the "Verify apps via USB" to make sure my app is not blocked
Downloaded the OEM driver for Samsung from Samsung Andorid USB Driver for Windows
Installed the driver successfully.
When I connect my device via USB, Eclipse sees my device but does not allow me to debug on it.
Can someone help me?
If you're developing Android on Windows, then Windows may have allow you to "see" your device. But to connect to your Samsung Galaxy S4 I9505, you may need to install the Samsung USB drivers for mobile devices v1.5.33.0, which can be found here.
After installation, you may need to restart your computer. Once the computer has restarted, start a command prompt and navigate to \android-sdk\platform-tools. Then, type each command below in succession:
adb kill-server
adb start-server
adb devices
The last command will tell you whether you are truly connected to your device and the device is ready for debugging in Eclipse.

Eclipse ADT is not Samsung s3 as android device ??

Well, my samsung s3 is not detected as android device but as portable media player gt-19300
http://cubixshade.com/images/s3.png
I set "Always prompt to pick up device" on Eclipse Run Configuration and when I run the application, no device is shown or detected.
How will my phone will be detected as active android device in eclipse ?
I solved this issue for my Samsung Galaxy y S5360 by installing Samsung Kies from here. And you would be able to sync your Samsung mobile with your PC and it includes almost every device driver for almost every Samsung device in the market. And then your device should be recognized by Eclipse. It is a worth a try.
Install Samsung Kies or install your device drivers manually:
Device Manaager -> yourDevice -> UpdateDriverSoftware -> Browse My Computer ... -> Let Me Pick From a List -> Samsung Android ADB InterFace

Categories

Resources