Reputation: 835
I have just started learning Android app development and am using Intellij. up till now I have been using the Android virtual device.
I want to use my galaxy S4 or galaxy Tab in order to run/test my apps.
Have tried everything. How do I get this working??
Thanks
Upvotes: 1
Views: 221
Reputation: 3016
Make sure the device debug drivers are installed, and that ADB is running. You can kick it off with adb devices
at the command prompt.
I've found that in some situations trying to get a new device working you have to manually kill adb.exe in task manager and try again
Upvotes: 1
Reputation: 39539
please read "Setting up a Device for Development" here: http://developer.android.com/tools/device.html and come back with specific questions
Upvotes: 0