I stucked at this step. Please help me!
Full build log: https://pastebin.com/raw/sGZ2BE93
I stucked at this step. Please help me!
Full build log: https://pastebin.com/raw/sGZ2BE93
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!