Run Your App
This layout is applied by the default Activity
class that the SDK tools generated when you created the project. Run the app to see the results:
- In Android Studio, from the toolbar, click Run .
- Or from a command line, change directories to the root of your Android project and execute:
$ ant debug
adb install -r app/build/outputs/apk/app-debug.apk