Can not run Bitrise CLI at local

I stucked at this step. Please help me!
image

Full build log: https://pastebin.com/raw/sGZ2BE93

1 Like

Hi @dungnart,

Thanks for reporting, we will check it ASAP.
(Related: Steps-install-missing-android-tools, 2.0.3 failed with exit status 1)

Actually this is a separate issue, if you ran this locally.

@dungnart this issue is usually because you ran the CLI in the wrong directory. Based on the log you included you should run the bitrise run .. command in the directory where your build.gradle and gradlew files are located.

There will be another issue, that Android Home is not set. For that please set the Environment Variable ANDROID_HOME to the path where the SDK is located.

If you have any questions just let us know! :wink:

1 Like