Hi I want to do some test app that uses sound recording, but it doesn't work in the emulator. I need to test it on my phone but every time I change the option to use USB, it never detects my Wildfire S ... which is connected and in USB debugging mode.
It says "No USB Device Found".
Using 11.1.2
Any ideas?
If your device is not correctly detected in RAD Studio or in the system Device Manager, check the following: Ensure that your Android device is unlocked and not sleeping while connected via USB. Set the appropriate option in Settings or Developer Options. Make sure your Android device is enabled for USB debugging.
Are Android Studio projects compatible with IntelliJ IDEA? Yes, the two IDEs use the same project format.
From the main menu, select File | Project Structure | Project Settings | Project. If the necessary SDK is already defined in IntelliJ IDEA, select it from the SDK list. If the SDK is installed on your computer, but not defined in the IDE, select Add SDK | 'SDK name', and specify the path to the SDK home directory.
This works for me:
Ensure your Adb USB driver is installed (Windows 8 and 8.1 solution):
A problem was encountered while attempting to add the driver to the store.
IDE is still not recognize your phone
try run command (set PATH if command is not recognized ) :
adb devices
with result like this:
adb server is out of date. killing... daemon started successfully `
IDE should now recognize your device
I came across this problem today and was getting increasingly frustrated until I found this blog post: http://vuknikolic.me/2013/03/10/idea-intellij-usb-device-not-found-android-problem/
Basically, you want to run two commands:
adb kill-server
adb devices
When you run the second command, it will restart the server and you should see your device listed:
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
37329B0B96FD00EC device
If you try running the application again from IntelliJ (or Android Studio), it should work if your device was listed above.
Problem was solved by installing HTC Sync it installed the correct driver and allowed me to detect the device.
It could be the configuration of your phone. Open the developer settings and make sure that the option of USB Configuration is in:
MIDI
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With