I am using Android Studio version 2.1.1 on a Windows 7 PC.
When I try to Run/Debug a Test App in the Clover-MINI device it does NOT load in Android Studio "Select Development Target" window.
Also when I perform "adb devices" in command line it does NOT list the device (Clover MINI) either. But can see the other Android devices when connect them via USB.
Followed the instructions in this link https://docs.clover.com/devkit/setup/
.
Also
- Enabled "Developer Options" in Clover MINI - Using settings app
- Added "0x28F3 #clover mobile or mini" to a new empty line in "adb_usb.ini" file as instructed.
- Re-started Android Studio and the Computer.
- Downloaded Samsung ADB Drivers from this link
http://developer.samsung.com/technical-doc/view.do?v=T000000117
but when I try to install did get a message saying "SAMSUNG USB Driver for Mobile Phones is already installed on your computer".
I saw this DevAsk question http://devask.clover.com/question/537/failing-trying-to-connect-android-studio-to-devkit-devices-anyone-see-what-i-am-doing-wrong/
, but in windows 7 I am not finding a way to solve the issue.
Further I Un-installed the driver (C300 - that failed to install properly last time) and connected the USB cable back to see if it will install correctly this time. But still NO LUCK.
I can see the other Android devices when connect with USB cable (to Run/Debug in Android Studio in "Select Deployment Target" window), but NOT the CLOVER MINI Device.
Thanks