Parallel Execution for android builds

Hi,

I am trying to run multiple Android Gradle task in parallel by using parallelism but it keeps saying parallelism is not supported.
Can someone please confirm if Android docker has any limitation around it.

Hi,

Could you check where the parallelism key is being specified? It should be like in the following example:

jobs:
  test:
    docker:
      - image: <imagename>
    parallelism: 4