Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.44 KB

File metadata and controls

26 lines (15 loc) · 1.44 KB

Things to prepare at home

Welcome animal hackers!

Before we start coding, please follow these steps at home:

  1. Download Android Studio Panda and install it.
  2. Open Android Studio. After opening, select Clone Repository on the top right.
image
  1. In the URL field, past https://github.com/Q42/ComposeWorkshop.git and press clone.

  2. Select "TRUST PROJECT"

  3. If you don’t have an emulator, add one by selecting Tools -> Device Manager and then the + icon on the right of the screen. Then select "Create Virtual Device", select a device, press "next" and "finish".

image image
  1. Run gradle sync by pressing the elephant on the top right: image

  2. Build and start the app, “hello world” should show on your emulator: image

Troubleshooting

If something fails, no worries, we'll help you fix the problem before we start the workshop.