Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Simple Android App (2014) Testing and Debugging Running the App on a Device

How to install this app on my android phone? Is that possible?

Hello, please tell me how to send this app to my android phone and install it? Is that possible ?

1 Answer

Josh Gold
Josh Gold
12,207 Points

In Android Studio when you have the app/project open, and you click the green triangle at top or choose run from the drop down menu, the app/project will install on your phone. If you don't see it on the main pages of apps, go to the listing of ALL apps for your phone, and it should show up there.

One exception to this would be if the app fails to compile due to an error, then it would not properly install to your phone. You have to fix all the errors and compile/build successfully for the app to install.

Oh, and you also have to have your phone plugged in to PC via USB, have developer mode enabled on your phone (tap build number seven times) under settings -> about , and have the USB driver for your phone installed on your PC.

Drivers here: <p> http://developer.android.com/sdk/win-usb.html

<p> http://developer.android.com/tools/extras/oem-usb.html