Android Studio 3.5.3 debugging on Sony Xperia XA2 Ultra - android-studio

My Android Studio does not recognize my Xperia XA2 Ultra phone for debugging my app.
I checked that Google USB Driver was installed in the SDK tools of Android Studio.
I tried connecting my phone to my laptop in USB 2.0 and USB 3.0.
But my phone is connected in MTP mode and I can't find any option on the phone to change it to MSC mode.

I had the same problem with Sony Xperia XA2 Dual. Finally I found the solution: switch USB preferences to "No data transfer" or "USB tethering" mode.
One sad thing is that you won't be able to simultaneously transfer files and debugging apps (but you have the Device Explorer working as usual).

Related

USB debugging problem in Android Studio 3.2.1

I am working with Android studio 3.2.1 windows o/s. My android studio didn't detect any phone(I tried with huwawei y6 and samsung grand prime).But there was message that USB connected.
But can't get the usb debugging request message in my phone and can't detect my phone. I tried with abd drivers also but no solution.screenshot after click run
do you checked the USB debugging checkbox ?
if not :
go to settings on the phone then to About device then tap on Build Number many times after that go back to settings you should find Developer options appeared tap on it then check USB debugging checkbox.
try this if not working tell me there is another things you can do

Can't connect my Samsung Note 3 Neo to Android Studio 3.1.3

After connecting my phone to my laptop, Android Studio still can't detect that device... What should I do? I have already enabled the developer option and switch on the usb debugging option on my phone...
Try installing adb drivers, I used to have that issue with a motorola moto e, reinstalled drivers and it worked
https://developer.samsung.com/search/searchList.do?pageIndex=1&searchBigCategory=SD&searchSubCategory=&parSearchValue=adb+driver&pageReturnCheck=&pageSize=50&pageOrder=&searchInput=adb+driver

Android studio not detecting my phone even usb driver installed in studio

I am not able to detect my phone in the android studio.
My system is detecting my phone but it is not showing on android studio only.
I have installed USB driver on my system and also turned on the developer option on my phone.
I am using Lenovo A7000-a model phone and windows 7 operating system.
Can anyone help me out??
You should have to open phone into developer mode.
steps for developer mode:
1. go to setting
2. go to about phone
3.click on phone version at 7 time then you will get developer mode on.
After this process you should have to use phone in testing for android studio.
And install the device driver in you system also.

How can I connect my Sony Xperia C4 E5333 to Android Studio?

I want to connect my Sony Xperia C4 E5333 to Android Studio for debugging my app, but Android Studio does not show my phone in ADB window.
I tried to install the USB driver for my phone but I can not find an USB driver for the E5333 model. In ADB, I have the Google USB driver installed. I installed Sony PC Companion 2.1, but when it tried updating, I got an error.
How can I connect my phone to Android Studio?
You need to install Sony driver for your phone, not Google USB Driver.
This one should do it: http://developer.sonymobile.com/downloads/drivers/xperia-c4-driver/
Also, you need to get to developer options and enable USB debugging. After that you are good to go.
Get the latest Google Usb Driver from SDK MANAGER > EXTRA
Open Device manager.
in Other Devices find your phone with a ? mark beside it
Right click on it and choose Update Driver. You would see this screen,
Choose Browse My Computer For Driver Software. You would see this screen,
Choose Let me pick from a list of device drivers from my computer. You would see this screen,
Choose Android Device and click Next. You would see this screen,
Choose Android Adb Interface and then click on Have Disk. You would see this screen,
Browse to where you installed your Sdk, SDK_PATH > extras > google > usb_driver
Click ok then next and your device installed !
if you still don't see your device type these commands in your cmd
adb kill-server
adb start-server

My device is not listing in "choose a running device" in android studio

I am using Android Studio 1.5.1 32 bit version and Redmi 2 prime phone.
I just first time opened the software and connected my phone and clicked on play button.But my device is not listing in "choose a running device" in android studio.I am just a beginner so please tell me in steps what to do.
Enable USB debugging in your mobile, then connect your mobile to your PC. Android studio will recognize the device by itself.
Refer this for info on enabling USB debugging.

Resources