The Android Code Search site contains a glance directory where it provides a testing framework for Glance Widgets.
How can I import this as a project into Android Studio so that the appropriate dependencies are downloaded and the resulting code compiles and runs successfully.
For Example, if i start a new project in Android Studio, what do I need in the gradle build etc. to successfully run the tests in CheckBoxTest.kt
.