I'm having a lot of trouble getting Appcelerator studio to recognize any devices on Windows 10.
Situation is this, have recently upgraded to Windows 10 from 7 in order to have a go at Windows phone development.
I was able to detect and deploy to Android devices fine on my Windows 7 setup.
ADB finds the Android devices ok in command line mode.
Using the Titanium CLI, "Ti info" states "no android devices connected".
Have set up Android studio as a test, Android devices show up successfully and I've been able to run a "hello world" app to them.
Have set up Appcelerator studio on another Win 10 machine as a test, no joy there either
SDK's seem to be set up ok, can run apps on emulator.
Has anyone out there had any trouble deploying to android on Win 10, are there any known bugs or quirks that could be blocking communication between ADB and Appcelerator studio?
Devices used are LG G3 and Galaxy S6
Any help much appreciated!
Related
My issue is really summed up in this picture:
TL:DR: Android Studio's Device Manager can see my phones (one physical and one virtual), but neither of them appear in the dropdown at the top to let me run my Flutter app.
full: I just had to reinstall windows because of a failing SSD. I have installed Flutter, Dart and Android Studio following the same instructions that I had a few months ago when I first started learning Flutter.
This physical device worked to debug Flutter apps before I had to reinstall windows and still works to debug non-flutter android apps via Android Studio, so I know that the device's Developer and USB-debug settings are correct.
I have followed Google's instructions to update both my Windows and Android drivers (using the tools in both windows update tool and Android Studio>File>Settings>Appearance & Behavior>Android SDK>SDK Tools>Google USB Driver)
I have restarted both the software and the computer itself.
I am developing a flutter app on a MacBook, using VISUAL STUDIO. I debug it on an iPhone XS MAX. I would like to debug it on a SAMSUNG A21S as well, to see if both apps work (the IOS one and the Android one). So far, I have tried the android one on a WINDOWS computer.
Anyone knows if it's possible to debug on a the Samsung A21 using my MacBook ?
If there's a problem with recognizing the device, you have to set up ADB manually. Use this link to set up.
I am new to android studio and have been having trouble connecting my tablet to android studio so i can test my apps. My tablet is an filemate x2 that runs on android 4.4.2 and i've changed android studio to 4.4.2 from 6.0 . My computer im using is too old so i cant run a virtual machine because of multiple issues(intel HAXM, etc) but i run on windows 7. Its an off brand tablet and i tried to find the OEM driver and thought i found something like it on Wintec(filemate's company) website but it didnt work. anyone have any ideas?
Many times it will not recognize the device and because of driver issues, the device won't show up.
go to settings -> control panel -> hardware and sound -> device manager
check for any devices showing an error. Many androids will show as an unknown USB device.
try to update the drivers for it.
Hope this helps.
I have a problem connecting my Lenovo Yoga tablet with Android Studio. I am using AS 1.5 and the Yoga is with 4.2.2 Android. My Machine is using Windows 10 the latest iteration. So on the problem, I made completely new and blank project trying to run it on the device in order to make sure everything is conneceted right before start the project. When i press run AS only finds the emulator and not the Yoga device. My friend is able to run the same exact project with the same configs at her computer, but I can't. Please assist. If you need any further information I'll provide it.
You can download your ADB driver from here :
http://androidmtk.com/download-lenovo-usb-drivers
install that and android studio will find your device.
That works for me
I have a Samsung S3 running 4.4.3 and I have been using it with Xamrine IDE without issues. As soon as I connect the USB to my Win 7 laptop the IDE shows the device on the list and I"m able to debug and upload code to it. It works.
My wife recently bought the same brand and model phone (Samsung S3) but hers runs 4.4.2. When I connect her phone to the same laptop nothing happens. IDE doesn't see it although the Win OS recognize it and I"m able to upload files to the phone.
I"m using googles USB driver. I did a search and I found the following driver from Intel that's specific for connecting to android.. I applied the driver from Intel but I'm still can't connect to 4.4.2. I restarted the IDE (but didn't restart the computer) but to no avail. Again, the only difference that I can tell between my phone and hers is version number - mine is 4.4.3 which works with Xamarin IDE and hers is 4.4.2 which does not.
Anyone have any ideas of what I can do to make 4.4.2 work with Xamarin IDE?
Thanks in advance.