Running Your App
If you followed the previous lesson to create an Android project, it includes a default set of "Hello World" source files that allow you to immediately run the app. How you run your app depends on two things: whether you have a real device running Android and whether you're using Android Studio. This lesson shows you how to install and run your app on a real device and on the Android emulator, and in both cases with either Android Studio or the command line tools. Run on a Real Device If you have a device running Android, here's how to install and run your app. Set up your device 1. Plug in your device to your development machine with a USB cable. If you're developing on Windows, you might need to install the appropriate USB driver for your device. For help installing drivers, see the OEM USB Drivers document. 2. Enable USB debugging on your device. On Android 4....
Comments
Post a Comment