Replies: 1 comment 1 reply
-
Hi @anniewey, you can install
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, my project is using
33.0.2
but I need to install the build tools in codemagic before building cause I need to make changes to the build tools folder due to this error on macos:Installed Build Tools revision 33.0.2 is corrupted. Remove and install again using the SDK Manager.
(Ref: build 6426a462ed0b18a3811ceaef)So I need to rename
d8
todx
in the build folder using this solutionBut when i
ls $ANDROID_SDK_ROOT/build-tools
only have version up to33.0.0
My intention is to rename the file in build-tools, before running gradle build
Beta Was this translation helpful? Give feedback.
All reactions