Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 632 Bytes

android_studio.md

File metadata and controls

12 lines (8 loc) · 632 Bytes

Importing into Android Studio

The examples are designed to work with Android Studio.

  • After starting Android Studio, select Open Project
  • Select build.gradle in the sample folder
  • Import the project using the default gradle wrapper

Running tests from Android Studio

  • Run an individual test from Android Studio by right clicking, navigating to run, then selecting the option with the Android icon.