Installing Android app on device from Android Studio
Asked Answered
K

1

18

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?

Kerchief answered 9/1, 2014 at 8:41 Comment(2)
What OS are you using? There are special instructions depending on your OS on the android homepage. Did you read them? developer.android.com/tools/device.htmlEmpurple
...and did you follow the instructions on the Android developer page (link above)?Empurple
B
19

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 .

Badmouth answered 9/1, 2014 at 9:1 Comment(2)
It might also already be installed, just not on your devices "home" screen yet. I had to search for mine in the installed apps.Calibre
thanks @Calibre - that was my issue. Found the app in the "apps" screen, dragged it to the home screen to make things easy.Seating

© 2022 - 2024 — McMap. All rights reserved.