autonomousapps/dependency-analysis-gradle-plugin

Add documentation on how to setup dev environment for Android development (to run tests)

Open

#430 opened on Jun 25, 2021

View on GitHub
 (0 comments) (1 reaction) (0 assignees)Kotlin (154 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (2,172 stars)
PR merge metrics
 (PR metrics pending)

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 :)

Contributor guide