Trevor Johns | 89d2da0 | 2015-08-13 18:28:15 -0700 | [diff] [blame] | 1 | |
Trevor Johns | e904b62 | 2014-08-27 18:30:35 -0700 | [diff] [blame] | 2 | Android ActivityInstrumentation Sample |
Trevor Johns | 89d2da0 | 2015-08-13 18:28:15 -0700 | [diff] [blame] | 3 | =================================== |
Trevor Johns | e904b62 | 2014-08-27 18:30:35 -0700 | [diff] [blame] | 4 | |
| 5 | This sample provides a basic example of using an InstrumentationTest to probe the |
| 6 | internal state of an Activity. |
| 7 | |
| 8 | Pre-requisites |
| 9 | -------------- |
| 10 | |
Yuichi Araki | f302c13 | 2019-01-11 17:19:47 +0900 | [diff] [blame] | 11 | - Android SDK 28 |
| 12 | - Android Build Tools v28.0.3 |
Trevor Johns | e904b62 | 2014-08-27 18:30:35 -0700 | [diff] [blame] | 13 | - Android Support Repository |
| 14 | |
| 15 | Getting Started |
| 16 | --------------- |
| 17 | |
| 18 | This sample uses the Gradle build system. To build this project, use the |
| 19 | "gradlew build" command or use "Import Project" in Android Studio. |
| 20 | |
| 21 | Support |
| 22 | ------- |
| 23 | |
| 24 | - Google+ Community: https://plus.google.com/communities/105153134372062985968 |
| 25 | - Stack Overflow: http://stackoverflow.com/questions/tagged/android |
| 26 | |
| 27 | If you've found an error in this sample, please file an issue: |
| 28 | https://github.com/googlesamples/android-ActivityInstrumentation |
| 29 | |
| 30 | Patches are encouraged, and may be submitted by forking this project and |
| 31 | submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details. |
| 32 | |
| 33 | License |
| 34 | ------- |
| 35 | |
Yuichi Araki | f302c13 | 2019-01-11 17:19:47 +0900 | [diff] [blame] | 36 | Copyright 2019 The Android Open Source Project, Inc. |
Trevor Johns | e904b62 | 2014-08-27 18:30:35 -0700 | [diff] [blame] | 37 | |
| 38 | Licensed to the Apache Software Foundation (ASF) under one or more contributor |
| 39 | license agreements. See the NOTICE file distributed with this work for |
| 40 | additional information regarding copyright ownership. The ASF licenses this |
| 41 | file to you under the Apache License, Version 2.0 (the "License"); you may not |
| 42 | use this file except in compliance with the License. You may obtain a copy of |
| 43 | the License at |
| 44 | |
Trevor Johns | 89d2da0 | 2015-08-13 18:28:15 -0700 | [diff] [blame] | 45 | http://www.apache.org/licenses/LICENSE-2.0 |
Trevor Johns | e904b62 | 2014-08-27 18:30:35 -0700 | [diff] [blame] | 46 | |
| 47 | Unless required by applicable law or agreed to in writing, software |
| 48 | distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 49 | WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 50 | License for the specific language governing permissions and limitations under |
| 51 | the License. |