Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upload an app onto a device in Android Studio

I am running Android Studio on Linux. I would like to upload my app onto my Galaxy Nexus. Is there a simple way of doing that from the IDE?

like image 865
gruszczy Avatar asked Jan 27 '26 11:01

gruszczy


1 Answers

You need to make sure that debug is enabled on your phone, and that the appropriate usb driver is installed. Then it should appear in the run config in Android Studio.

Check out the following guide for more information: http://developer.android.com/tools/device.html

like image 115
Barry O'Neill Avatar answered Jan 29 '26 00:01

Barry O'Neill