Add documentation on how to setup dev environment for Android development (to run tests)
#430 创建于 2021年6月25日
仓库指标
- 星标
- (2,172 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
The functionalTest suite has a number of Android specs that assume a dev environment suitable for them to run in. For any current or former Android developer, this is trivial, as they would have installed all the necessary tools since time immemorial. For non-Android JVM developers, this means they cannot run the full test suite. They can run all the JVM tests with ./gradlew funcTest --tests com.autonomousapps.jvm.*, but the Android tests remain a bridge too far.
The Wiki and/or the readme should be updated with instructions on how to use the command-line sdkmanager to install the necessary tools from a clean slate.
This would be a good first issue for any Android developer who would like to help out :)