First page Back Continue Last page Graphics
Running Your App
To debug your app and see it running, we’ll load it into an emulator
The Android Emulator is a piece of software which simulates a real phone
It allows you to interact with your app on your development machine
We can step through code, line-by-line as it executes and see its effect