Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Android app on device from Android Studio

I am trying to install my app on an Android phone (HTC One) but am not sure how to go about this.I ran the app but the device does not show in the Choose Device window that opens.What are the steps in doing this?

like image 307
Ojonugwa Jude Ochalifu Avatar asked Jan 09 '14 08:01

Ojonugwa Jude Ochalifu


People also ask

How do I install Android apps on Android Studio?

Download PdaNet+ and then connect your mobile phone to PC. Then in Android Studio when you click on run button, you will also get an option to install the android app which you are creating into mobile.

How can I remotely install Android apps?

Install Apps Remotely Using the Play Store WebsiteGo to the Google Play Store in a desktop browser. Sign in using the same Google account you're using on your Android phone or tablet. Once you've logged in, click on the Search button that you can see in the top right corner and search for the app you want to install.


1 Answers

Did you activate "Developer options" on your device? You must allow USB debugging and also allow "Unknown sources" to install application outside of Play Store. Also you need to have correctly installed driver on your computer. Follow instructions from https://developer.android.com/tools/device.html .

like image 182
Marek Dovina Avatar answered Nov 02 '22 04:11

Marek Dovina