user2955610
user2955610

Reputation: 835

Setup IntelliJ to test android apps on Galaxy S4

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

Answers (2)

jmaculate
jmaculate

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

ligi
ligi

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

Related Questions