Add documentation on how to setup dev environment for Android development (to run tests)
#430 ouverte le 25 juin 2021
Métriques du dépôt
- Stars
- (2 172 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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 :)