You can also skip the video and start the codelab instructions right away.Īlternatively, you can clone the Github repository for the code: $ git clone It's recommended to expand the video to full screen (with this icon in the lower right corner of the video) so you can see Android Studio and the code more clearly. If you'd like to watch one of the course instructors complete the codelab, play the below video.
The debugger is an essential tool that lets you inspect the execution of the code that powers your Android app so that you can fix any bugs in it. This codelab teaches you how to use the debugger in Android Studio to inspect what happens in the Dice Roller app at runtime.