From the course: Android Studio Essential Training 2020

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Build and launch apps on Android devices

Build and launch apps on Android devices

From the course: Android Studio Essential Training 2020

Start my 1-month free trial

Build and launch apps on Android devices

- [Instructor] Once you've created a virtual device or connected a physical device to your development computer you can run your application. You can see your list of available devices in this pull down menu, and notice that I have a virtual device that emulates the Pixel 3A and a physical device, an original Google Pixel. If you don't see the toolbar in this position you can go to the Menu, and choose View, Appearance, and then Toolbar. Now I'll click this button to run the app on the selected device. At the bottom of the screen you'll see a message saying gradle build running, and then an installing message, and then the app should be launched on your device. The first time you build an application, particularly after upgrading to new components, this process of building and launching might take a bit longer. Just be patient because sometimes new components need to be downloaded and integrated into your build system.…

Contents