Android build fails, gradle task not found

I am using this sample yml file for continuous integration
test: override: # start the emulator - emulator -avd circleci-android22 -no-audio -no-window: background: true parallel: true # wait for it to have booted - circle-android wait-for-boot # run tests against the emulator. - ./gradlew cAT - ./gradlew publish

tasks cAT and publish are working fine in my local environment but when I run a build it fails saying task cAT not found.

Did you ever find out what the problem was? I am having a similar problem.

Hello @nayansri, @clivejefferies,

If you’re still experiencing this issue could you please reach out to support@circleci.com and we’ll get someone to assist you?

Best,
Zak